Before you can use this project, make sure you have the following prerequisites installed:
- Node.js and npm
If you don't have Node.js and npm installed, download and install them from the official Node.js website.
To set up the project, follow these steps:
- Clone the repository to your local machine using the following command:
git clone <repository_url>
- Navigate to the project's root directory:
cd project-directory
- Install the required dependencies by running:
npm install
Once the installation is complete, you can run the server in development mode with the following command:
npm run dev
The server should now be up and running, allowing you to access the application.