Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 880 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 880 Bytes

Workable Error pages

Getting Started

In order to get started you need to have:

  • Node.js installed. For this, we recommend using nvm.
  • VS Code or a similar IDE is highly recommended.
  • Prettier. See how setup prettier with eslint for VS code.

Running Locally

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

Starting a new feature

Install oneflow.

  npm install -g @workablehr/oneflow

Start a feature branch.

  oneflow feature-create feature/your_feature_name