/Artist-InMe

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Artist-InMe

a web app for visual artists to share their arts, showcase their talents, like, comment, share, follow other artists and their posts, chat with them, and also sell their products.

currently under development.

unstable for mobile and small devices.

how to generate build

steps:
  1. clone repository
  2. from the cloned directory run the command : npm install
  3. after the installation completes, run the command : npm run dev
  4. open in your browser : localhost:PORT/ where PORT is the port on which node server is listening.