Skip to content

phemehq/engineering

Repository files navigation

PhemeHQ Engineering Practices

Documentation of engineering practices and standards we follow at PhemeHQ.

Built with Docusaurus.

License

This work is licensed under the Creative Commons Attribution 4.0 International License.

Development

Installation

npm install

Local Development

npm start

Starts a local development server at http://localhost:3000.

Build

npm build

Generates static content into the build directory.

Deployment

npm run deploy

Deploys to GitHub Pages.