-
Clone the repository:
git clone https://github.com/bytemait/progmatic.git
-
Navigate to the server directory:
cd Progmatic/server
-
Install dependencies:
npm install
-
Create a
.env
file in theserver
directory and add the required variables (use.env.sample
as a reference). -
Navigate to the client directory:
cd ../client
-
Install dependencies:
npm install
-
Create a
.env
file in theclient
directory and add the required variables (use.env.sample
as a reference).
-
To run the backend server:
npm run serve
-
To run the frontend:
npm run dev
-
The project is now ready for development.