Before proceeding, you need to install the latest versions of Node.js and PostgreSQL.
If you already have them installed, set up the database using PostgreSQL.
Now, follow the steps below.
Open a terminal from your preferred location and run the below command.
git clone https://github.com/FitZen/fitzen.gitManually, open the fitzen directory and add the .env file into the root directory.
cd fitzennpm inpm run serverOpen another terminal on the root directory and run the below command.
cd frontendnpm inpm startnpm run dev