Anyone can get the Stemn Website running locally and develop new features. The entire frontend is open-source!
- Make sure you have
git
andnode
installed. - Clone the parent repo:
stemn-frontend
. cd
into this folder (stemn-frontend-website)npm i
to install the dependencies
npm run dev
to start the dev server on http://localhost:3000/
npm run build
to build the production dist to/build
npm run serve
to 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
staging
branch - Make sure the CI pipeline is passing
- We will review and merge ASAP