This repository holds the frontend code for the Humteria Website
This project is based on React + Vite
npm
- in terminal go to base of project
npm run dev- access website through localhost or by pressing
oin the terminal
sass watch
- In order for .sass files to be compiled to css you need to run the following command:
sass --watch src/main.sass index.css
