Skip to content

Wolox/frontend-cookbook

Repository files navigation

Wolox Cookbook

Cookbooks

Getting started

Running locally

Add a .env.development file under /app with the following content:

REACT_APP_RECIPES_BRANCH=XXXX
REACT_APP_GITHUB_TOKEN=XXXX

Where REACT_APP_RECIPES_BRANCH is the name of a remote branch (e.g. master) and REACT_APP_GITHUB_TOKEN is a Github personal access token.

Then move to /app and install dependencies running:

npm install

To start the server by default (development) run:

npm run start

Is important to remember that you would run REACT_APP_RECIPES_BRANCH remote branch. So remember to push your changes and update your env file.

Contributing

Check our contributing file and thanks for your time! 💙💚