Frontend of the website created using Next.js and Tailwind CSS
- Clone the repository
git clone https://github.com/TEDxStTeresasCollege-Website/frontend.git
- Install dependencies
npm install
- Run the server
npm run dev
- Open the browser
Go to localhost:3000
- Create a new branch named as your name
git checkout -b <your name>
- Make changes to the files
- Commit the changes
git commit -am "message"
- Push the changes to the remote repository
git push origin <your name>
- Open a pull request
git pull origin <your name>