- Install Node.js 20.x.x
- Clone the repository locally.
git clone https://github.com/RaymondZRWei/meditect
- Install the dependencies.
npm install
- Create a
.envfile in the root directory of the repository. - Copy the content from
.env.exampleinto.envand fill it with the necessary information.
To start the development server, run
npm run dev