Refactor + optimization |
||
|---|---|---|
| .github/workflows | ||
| actions | ||
| app | ||
| assets | ||
| components | ||
| lib | ||
| prisma | ||
| styles | ||
| types | ||
| .dockerignore | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| components.json | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
README.md
Getting Started
-
First copy the .env.example file and modify it as needed.
-
Push the prisma model to the database :
npx prisma db push
-
Generate the user/password combination. (WIP)
-
Install the dependencies :
npm install
- Build the project :
npm run build
- Run the project :
npm run start
- Open http://localhost:3000 with your browser to see the result.
Credits
Designed & made with love by Elie Baier, Tim Haller & Michal Polka.
We'd like to thanks Mrs. 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.