Welcome to the SRCAS Hackathon Website! This project showcases the participants, projects, and highlights of the hackathon.
- Next.js: A powerful React framework for building server-rendered applications.
- JavaScript: The programming language used throughout the project.
- Vercel: Platform for deploying the Next.js application seamlessly.
- Git: Version control system for tracking changes in the source code.
- GitHub: Hosting platform for Git repositories.
- Tailwind CSS: A utility-first CSS framework for styling the application.
- And more: Additional libraries and tools to enhance functionality.
To get started with the project, follow the steps below:
-
Clone the repository:
git clone https://github.com/brittytino/srcas-hackathon.git cd srcas-hackathon-website -
Install dependencies:
npm install
To start the development server, run:
npm run devThis will start the application on http://localhost:3000.
To create an optimized production build, use:
npm run buildTo deploy your application to Vercel, follow these steps:
- Sign up or log in to Vercel.
- Import your GitHub repository.
- Follow the prompts to deploy your application.
-
Run Tests: If you have tests set up, you can run them using:
npm test -
Linting: To check your code for linting errors, use:
npm run lint
We welcome contributions! Please feel free to submit a pull request or create an issue for any improvements or bugs you find.
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you to all participants and contributors of the SRCAS Hackathon!