44 lines
828 B
Markdown
44 lines
828 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
|
|
|
|
Designed & made with love by [Elie Baier](https://github.com/fayorg), [Tim Haller](https://github.com/timhaller) & [Michal Polka](https://github.com/michalpolka).
|
|
|
|
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.
|