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
  • vite

technology

this ancient front-end was originally made with create-react-app. in october 2024 it was updated to use vite.

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 development resources

react