a web app for visual artists to share their arts, showcase their talents and also sell their products.
currently under development.
unstable for mobile and small devices.
- clone repository
- from the cloned directory run the command :
npm install
- after the installation completes, run the command :
npm run dev
- open in your browser :
localhost:PORT/
where PORT is the port on which node server is listening.