28 lines
418 B
Markdown
Executable File
28 lines
418 B
Markdown
Executable File
# NewFreePlanet
|
|
|
|
A Quasar Framework app
|
|
|
|
## Install the dependencies
|
|
```bash
|
|
yarn
|
|
```
|
|
|
|
### Start the app in development mode (PWA)
|
|
```bash
|
|
npm run pwa
|
|
```
|
|
|
|
### Build the app for test Server
|
|
```bash
|
|
./deploy_on_test_server.sh
|
|
```
|
|
|
|
|
|
### Build the app for production
|
|
```bash
|
|
./deploy_on_production.sh
|
|
```
|
|
|
|
### Customize the configuration
|
|
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).
|