To run this website, please follow these steps:
- Install the required dependencies by running the following command in the root directory of the project:
- npm i
- Change the directory to
backend
using the following command:
- cd backend/
- Install the required dependencies for the backend by running the following command:
- npm i
- Change the directory from 'backend' to previous directory:
- cd ..
- Start both the frontend and backend servers using the following command in the root directory of the project:
- npm run both
Once you have completed these steps, you should be able to access the Comfy website in your web browser at http://localhost:3000.
Enjoy!
We are open for contributions you can contribute us by creating a issue, then get assigned to yourself and create Pull request for particular issue.