Anyone can get the Stemn Website running locally and develop new features. The entire frontend is open-source!
- Make sure you have
gitandnodeinstalled. - Clone the parent repo:
stemn-frontend. cdinto this folder (stemn-frontend-website)npm ito install the dependencies
npm run devto start the dev server on http://localhost:3000/
npm run buildto build the production dist to/buildnpm run serveto serve this dist on http://localhost:3000/
Any code that is merged into the production or staging branches (and passes CI) will be automatically deployed.
This project has 2 main branches:
staging- staging.stemn.comproduction- stemn.com
- Fork this repo
- Follow the Development guide above
- Submit a MR targeting the
stagingbranch - Make sure the CI pipeline is passing
- We will review and merge ASAP