Files
pawol.nu/README.md
T

26 lines
699 B
Markdown
Raw Normal View History

2024-02-05 09:25:59 +01:00
# Made with [Nextjs 14](https://nextjs.org/) and [Material-UI 5](https://material-ui.com/)
2020-12-04 20:16:24 +01:00
2024-02-05 16:43:04 +01:00
<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>
2020-12-20 21:16:51 +01:00
## Prérequis
2024-02-05 09:25:59 +01:00
- Node >= 16
2024-02-05 13:33:17 +01:00
- [API](https://codeberg.org/OKI/api.oki.re)
2020-12-04 20:16:24 +01:00
2020-12-20 21:16:51 +01:00
## Variables d'environement
- Copier le contenu du fichier `.env.sample` dans un nouveau fichier `.env`
```
cp .env.sample .env
```
2020-12-04 20:16:24 +01:00
2020-12-20 21:16:51 +01:00
## Installation des dépendances & lancement du serveur
2020-12-04 20:16:24 +01:00
2020-12-20 21:16:51 +01:00
```
yarn && yarn dev
```