🚀 Update version number (2.1)
This commit is contained in:
parent
b118bd5981
commit
c4b7fdce76
@ -23,7 +23,7 @@ Si vous aimez le projet, vous pouvez aider à **le faire connaître** en utilisa
|
||||
|
||||
Les dernières versions publiées : [https://github.com/Divlo/FunctionProject/releases](https://github.com/Divlo/FunctionProject/releases)
|
||||
|
||||
Le projet est disponible sur [function.divlo.fr](https://function.divlo.fr/) (actuellement en version 2.0).
|
||||
Le projet est disponible sur [function.divlo.fr](https://function.divlo.fr/) (actuellement en version 2.1).
|
||||
|
||||
## 🚀 Open Source
|
||||
|
||||
@ -65,10 +65,13 @@ Vous devrez ensuite configurer l'API en créant un fichier `.env` à la racine d
|
||||
Dans deux terminals séparés :
|
||||
|
||||
- Lancer le front-end en allant dans `/website`
|
||||
|
||||
```sh
|
||||
npm run dev # front-end lancé sur http://localhost:3000
|
||||
```
|
||||
|
||||
- Lancer l'api en allant dans `/api`
|
||||
|
||||
```sh
|
||||
npm run dev # API lancé sur http://localhost:8080
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "Backend REST API for FunctionProject",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
@ -8,7 +8,7 @@ export default function Footer () {
|
||||
<Link href='/about'>
|
||||
<a>FunctionProject</a>
|
||||
</Link>
|
||||
- Version 2.0 <br />
|
||||
- Version 2.1 <br />
|
||||
<a href='https://divlo.fr/' target='_blank' rel='noopener noreferrer'>Divlo</a> | Tous droits réservés
|
||||
</p>
|
||||
</footer>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "Website frontend for FunctionProject",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user