Welcome to the [Repository Name]! This repository is a foundational starting point designed to ensure consistency and promote best practices across all our projects.
- Clone the repository
$ git clone [repository-url]
$ cd [repository-directory]
- Install the dependencies
$ npm install
-
Set up the environment variables Follow the instructions in the .env.example file.
-
Start the server
$ npm run dev
This project is licensed under the MIT License.