Main branch served at: https://appliedzkp.org/
This is the React re-write of the PSE website, formally just a landing page.
npm install
npm run dev
serves a development server at http://localhost:8080
The app live under /app
.
Create an issue and tell us the idea!
Feel free to fork this repo and make a pull request to the dev
branch.
- When a pull request or push is made to the
dev
branch, github actions builds a static/production version of the site to thegh-pages-dev
branch. - Once changes have been verified on the
gh-pages-dev
branch, thedev
branch is merged intomaster
where github actions builds and deploys a production version of the site togh-pages
gh-pages
is served at http://projects.appliedzkp.org