Campo Citta di Nascita (nel profilo nuova maniera), manca ancora da sistemare l'edit
Se seleziono la Provincia , mi deve comparire la lista dei comuni
This commit is contained in:
24
README.md
24
README.md
@@ -1,6 +1,6 @@
|
||||
# Freeplanet_serverside
|
||||
|
||||
A Node JS
|
||||
- Node JS (ver. 16.14.0 or up)
|
||||
|
||||
## Install the dependencies
|
||||
```bash
|
||||
@@ -12,11 +12,31 @@ yarn
|
||||
node src/server/server.js
|
||||
```
|
||||
|
||||
### Build the test ambient
|
||||
### Creating the ambient test
|
||||
|
||||
Create your .env.test file copying from .env.development
|
||||
```bash
|
||||
cp .env.development .env.test
|
||||
```
|
||||
|
||||
And modifying the file with your configuration
|
||||
|
||||
|
||||
### Build the ambient test
|
||||
|
||||
```bash
|
||||
./deploynodejs_on_test.js
|
||||
```
|
||||
|
||||
### Creating the ambient Production
|
||||
|
||||
Create your .env.production file copying from .env.development
|
||||
```bash
|
||||
cp .env.development .env.production
|
||||
```
|
||||
|
||||
And modifying the file with your configuration
|
||||
|
||||
### Build the production
|
||||
```bash
|
||||
./deploynodejs_on_production.js
|
||||
|
||||
Reference in New Issue
Block a user