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.
16 lines
233 B
Markdown
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
|
|
``` |