How to make changes:
- Use
git clone
to clone the repository. - The classic was is to as follows:
git clone https://github.com/SpeedDater/frontend.git
, but any authorized way works fine. - Use
npm install
to install dependencies. - Make changes to the code as you please.
- Use
npm run dev
to test the website.