- Production: https://dev.scimaps.org/
- Staging: https://scimaps.netlify.app/
- Uncomment local_backend=true from config.yml (DO NOT COMMIT).
- Run 'npx netlify-cms-proxy-server' from root.
- Run 'npm start' from root->content-migrator.
- If running for the first time, run 'npm ci' in root->content-migrator.
- If running for the first time, run 'npm run job' in root->content-migrator.
- Run 'npm start' from root->website.
- If running for the first time, run 'npm ci' in root->website.
- Run 'npx http-server' from root.
- Go to 'localhost:8080/admin' on web browser
- Make desired changes in the tool.
- Check results on 'localhost:4200'.
- Comment local_backend=true from config.yml
- Commit, Push and create Pull Request.