Skip to content

cns-iu/scimaps

Repository files navigation

SciMaps website

Instructions to Run Locally

  1. Uncomment local_backend=true from config.yml (DO NOT COMMIT).
  2. Run 'npx netlify-cms-proxy-server' from root.
  3. Run 'npm start' from root->content-migrator.
    1. If running for the first time, run 'npm ci' in root->content-migrator.
  4. Run 'npm start' from root->website.
    1. If running for the first time, run 'npm ci' in root->website.
  5. Run 'npx http-server' from root.
  6. Go to 'localhost:8080/admin' on web browser
  7. Make desired changes in the tool.
  8. Check results on 'localhost:4200'.
  9. Comment local_backend=true from config.yml
  10. Commit, Push and create Pull Request.