In order to build locally, you'll need the following installed:
- node
- npm
Then, you'll need to perform the following steps:
git clone git@github.com:carldanley/website.gityarn(this means you need to have node/npm installed)
Here is a list of helpful commands you can perform from the root directory:
yarn run dev- Starts up webpack-dev-server and allows you to develop with hot module replacementyarn run prod- Builds a/distdirectory full of the compiled assets; ready for productionyarn run lint- Lints the codebase with eslintyarn run lint:fix- Attempts to automatically fix linting issues eslint has detected