Skip to content

openbookbook/bookbook-web

Repository files navigation

bookbook

Front-end for bookbook. Written in React.

Originally developed by annaleigh, austin, clem, culi, daniella.

requirements

  • npm

technology

this ancient front-end was made with create-react-app. it does not utilize typescript but is moving towards type safety with js-docs which is a full-featured alternative to typescript that runs on the same engine!

setup

  1. clone down (git clone git@github.com:openbookbook/bookbook-web.git) and cd ./bookbook-web
  2. copy any environmental variables with cp .env.example .env
  3. install dependencies with npm i
  4. start the local server with npm start

useful resources

react