add info for development

This commit is contained in:
Manda Putra 2021-12-26 08:12:49 +07:00
parent f5ecc401bf
commit dc29d8ed77

View File

@ -61,6 +61,8 @@ The `HASH_SALT` is used to generate unique values for your installation.
### Build the application ### Build the application
For development purpose, you need to build first that is because the application need to prepare language and geo setting.
```bash ```bash
npm run build npm run build
``` ```