Skip to content

codebar/new-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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