Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 625 Bytes

Codebar manual readme

Build Status

https://codebar-manual.netlify.app/

Tech stack

This site is built with React CRA and uses the following libraries:

  • react-router
  • styled-components
  • storybook
  • jest

It is deployed on Netlify and the build environment is made up of:

  • Prettier
  • Travis CI

How to run locally

  1. Download the folder and navigate to file in the terminal
  2. Enter npm install to download the project's dependencies
  3. Run npm start to run the project locally on your machine