Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 482 Bytes

blog

Built with:


Prerequisites

Running locally

# install the project dependencies
yarn install

# run the build and server locally
yarn start

# run the production build
yarn build