GitHub repository for the TEDxLINTAC Youth website! This repository contains all the necessary code and assets to build and deploy the TEDxLINTAC Youth event website.
This repository is dedicated to the source code and development of the website. The website serves as an online platform to showcase event information, speakers, and schedule.
The website is built using the following technologies:
Next.js
: A popular React framework for building fast and dynamic web applications.Tailwind CSS
: A utility-first CSS framework for designing responsive and modern user interfaces.Vercel
: A cloud platform for hosting and deploying web applications.
Install dependencies
npm install
First, run the development server:
npm run dev
or
yarn dev
Open http://localhost:3000 with your browser to see the result.
STATEMENT: This website was forked from the TEDxGECRIT Website, big thanks to them for open-sourcing the project! Here's the original authors