Skip to content

greatunihack/2021-greatunihack

Repository files navigation

GreatUniHack 2021

"License" "Repository Size" "Version" "Build"

The online platform for GreatUniHack 2021, allowing participants to sign up to the hackathon, create or join a team, view sponsors & challenges, and submit their projects.

Getting Started

These instructions will get the hackathon platform up and running on your local machine.

Prerequisites

You need node and npm installed globally on your machine. You will also need to make a Firebase account.

Installing

Cloning the repository:

git clone https://github.com/greatunihack/2021-greatunihack.git
cd 2021-greatunihack

Environment variables:

Duplicate the .env.example file to create a .env file.

Windows

copy .env.example .env

MacOS/Linux

cp .env.example .env

Replace the placeholder values with the credentials for your Firebase project.


Installation:

npm install

Starting the project:

npm start

Built With

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for more details.

About

The online platform for GreatUniHack 2021.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published