neptune-front/README.md
Mathis e3aa219389
Remove IDE configuration files and add new selling feature
Removed unnecessary IntelliJ IDEA (`.idea`) configuration files to clean up the repository. Added new sell-related functionality including the SellCryptoPage, SellModal, SellForm, and updated relevant types and UI components.
2024-11-22 11:06:05 +01:00

16 lines
233 B
Markdown

# neptune-front
The project to validate my DWWM diploma on the front end.
## Déploiement
- Configurer les variables d'environnements
### En développement
```shell
pnpm dev
```
### En production
```shell
pnpm build
pnpm start
```