Skip to content

Getting Started

Christopher Banas edited this page May 15, 2023 · 1 revision

Getting Started

To get started with this project, clone the repository and run the following commands:

npm install (root/frontend/backend)
Add .env file to (backend/root) directory
npm run dev (backend)
npm run start (frontend)

This will install the necessary dependencies and start the development server.

Clone this wiki locally