calendrier-avent/README.md

44 lines
769 B
Markdown

## Getting Started
1. First copy the .env.example file and modify it as needed.
2. Push the prisma model to the database :
```bash
npx prisma db push
```
3. Generate the user/password combination. (WIP)
4. Install the dependencies :
```bash
npm install
```
5. Build the project :
```bash
npm run build
```
6. Run the project :
```bash
npm run start
```
7. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Credits
Made with love by [Elie Baier](https://github.com/fayorg) & [Tim Haller](https://github.com/timhaller).
We'd like to thanks Ms. Tixhon for the good idea and the great gifts!
Don't forget : FUCK MATH!
## Licence
This project is under the MIT licence. A copy of the licence comes with the program.