Skip to content

Wolox/frontend-cookbook

Folders and files

NameName
Last commit message
Last commit date
Dec 1, 2020
Nov 5, 2021
May 15, 2020
Jul 7, 2021
Aug 13, 2021
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Dec 17, 2021
May 28, 2021
Aug 12, 2021
May 28, 2021
Jul 13, 2020
Dec 3, 2020
Jul 3, 2020
Feb 2, 2021
Jul 1, 2020
Jul 13, 2020

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! 💙💚