Files
pawol.nu/README.md
T
2024-02-05 16:43:04 +01:00

26 lines
699 B
Markdown

# Made with [Nextjs 14](https://nextjs.org/) and [Material-UI 5](https://material-ui.com/)
<p align="center">
<a href="https://liberapay.com/OKI/donate/">
<img src="https://img.shields.io/liberapay/receives/OKI.svg?logo=liberapay">
<img src="https://img.shields.io/liberapay/patrons/OKI.svg?logo=liberapay">
<img src="https://img.shields.io/liberapay/goal/OKI.svg?logo=liberapay">
</a>
</p>
## Prérequis
- Node >= 16
- [API](https://codeberg.org/OKI/api.oki.re)
## Variables d'environement
- Copier le contenu du fichier `.env.sample` dans un nouveau fichier `.env`
```
cp .env.sample .env
```
## Installation des dépendances & lancement du serveur
```
yarn && yarn dev
```