Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.26 KB

Dulwich Bookings Frontend

The Frontend repository for Dulwich Bookings hosted on Netlify. Built with React, Redux, TypeScript, Material UI, Tailwind CSS

Documentation

Inital setup

Prerequisites NodeJS LTS v16.15.0

  1. Install nvm on your machine
  2. run nvm install v16.15.0
  3. run npm install -g npm@8.5.5
  4. run nvm use
  5. Run npm install --legacy-peer-deps in the working directory to install required packages
  6. Reference .env.example and create your own .env file
  7. Run npm start to start the server on localhost

Screenshots

Screenshot 2022-07-21 at 2 38 20 AM Screenshot 2022-07-21 at 2 35 58 AM Screenshot 2022-07-21 at 2 36 05 AM Screenshot 2022-07-21 at 2 36 12 AM