This is our community's main website
- Fork the main repository.
- Clone your forked repository using:
git clone https://github.com/{Your-Github-Username}/Codess-Cafe-Website.git
. This creates a local copy of the repository in your machine. - Now open terminal where you cloned the repository and run following instructions
npm install
npm run dev
You should see the website running on localhost:3000