Blockchain based app for booking a table in various restaurants with a web3 wallet.
- First open a terminal and clone down the repo in a folder of your choice.
git clone https://github.com/Medieinstitutet/the-restaurant-bullens-utvecklare.git
- Navigate to the frontend part of the application
cd therestaurant
- Install dependencies
npm install
- Run the application on local machine
npm run dev
- If a browser have not pop up please paste this in your URL in your favorite browser
http://localhost:5173/
- Connect with Metamask on a sepolia test chain. If you want to connect to a local chain please follow the steps inside Hardhat part of this project.