In order to get started you need to have:
Node.js
installed. For this, we recommend using nvm.VS Code
or a similarIDE
is highly recommended.Prettier
. See how setup prettier with eslint for VS code.
Clone the repo to a folder in your computer.
git clone https://github.com/Workable/workable-error-pages.git
Move to the cloned directory.
cd workable-error-pages
Install dependencies.
npm i
Run the development server.
npm run dev
The app should be running on text
Install oneflow.
npm install -g @workablehr/oneflow
Start a feature branch.
oneflow feature-create feature/your_feature_name