https://github.com/hackclub/apply
🚀 Website for applying to start a Hack Club!
https://github.com/hackclub/apply
hackclub
Last synced: about 1 year ago
JSON representation
🚀 Website for applying to start a Hack Club!
- Host: GitHub
- URL: https://github.com/hackclub/apply
- Owner: hackclub
- Created: 2019-03-28T21:27:42.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T00:35:55.000Z (about 1 year ago)
- Last Synced: 2025-02-14T05:10:03.792Z (about 1 year ago)
- Topics: hackclub
- Language: JavaScript
- Homepage: https://apply.hackclub.com
- Size: 37.7 MB
- Stars: 20
- Watchers: 7
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hack Club Applications
Apply to [Hack Club](https://hackclub.com/), built with [React](https://reactjs.org/) and [Next.js](https://nextjs.org).
## Setup
1. Clone the repository and enter it
```
git clone https://github.com/hackclub/apply.git
cd apply
```
2. Install packages & run
```
yarn && yarn run dev
```
4. It should now be running, open [localhost:3000](http://localhost:3000) to view it