This is the frontend portfolio application for the Alumni of Actualize Coding Bootcamp. It features curated experiences that are personally relevent to the contributors. The participants are expected to adhere to a work-like development pattern and treat this repository as though it meant the difference of uptime vs downtime for a production application. This means, but is not limited to...
- Attrtibuting work to stories in the development project board.
- Keeping PRs in scope to avoid scope-creep.
- Testing new code both unit and end-to-end.
- Seeking peer review for PRs.
- Protecting secrets during the development process.
- Shepparding PRs throught the deployment.
The main goals are to give Actualize alumni a chance to experience working in a production stack without major risk and provide a place to showcase work they are proud of.
- Install asdf or similar nodejs version manager.
- Install the nodejs asdf plugin.
- Run
asdf install
to setup Node environment. - Install yarn.
- Proceed to Project Setup.
yarn install
yarn serve
yarn test:unit
yarn test:e2e
yarn test:all
yarn build
yarn lint