Front-end for bookbook. Written in React.
Originally developed by annaleigh, austin, clem, culi, daniella.
npm
vite
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!
- clone down (
git clone [email protected]:openbookbook/bookbook-web.git
) andcd ./bookbook-web
- copy any environmental variables with
cp .env.example .env
- install dependencies with
npm i
- start the local server with
npm start
react