Skip to content

TEDxStTeresasCollege-Website/frontend

Repository files navigation

Front-end

Frontend of the website created using Next.js and Tailwind CSS

Installation reqirements

  1. Git
  2. Node.js

Thing to do to get started with this project

  1. Clone the repository
git clone https://github.com/TEDxStTeresasCollege-Website/frontend.git
  1. Install dependencies
npm install
  1. Run the server
npm run dev
  1. Open the browser
Go to localhost:3000

How to contribute to this project

  1. Create a new branch named as your name
git checkout -b <your name>
  1. Make changes to the files
  2. Commit the changes
git commit -am "message"
  1. Push the changes to the remote repository
git push origin <your name>
  1. Open a pull request
git pull origin <your name>

References

  1. Next.js
  2. Tailwind CSS
  3. Git
  4. Node.js

Any bugs feel free to open an issue

Use github discussion to discuss the project

Contributors

About

Frontend of the website created using Next.js and Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published