A site where people can post hackathons and register hackathons
- NextJS
- Chakra UI
- Octocat
- Cypress
You can check the design from DESIGN.md
To install follow these instuctions
Clone the project: git clone https://github.com/JS-Hub-ZW/hackathon-board
Navigate to folder:
cd hackathon-board
Install dependencies:
pnpm install
Add configuration:
Check .env.example
to see the kind of configuration that we need. Then create an .env.local
file with your configuration
Run it up:
pnpm dev
We use cypres for E2E tests and for Components tests.
To run it type the following:
pnpm cy:open
If you find bugs or if you have new features please create an Issue. You can also check the Issue section and ask to be assigned. We respond within a day.
You should be able to run hackathon board in a Docker container
Build the image:
sudo sh build.sh
Run the image:
Modify run.sh
and run it:
sudo sh run.sh