Skip to content

hackclub-cucek/v2

Repository files navigation

Hack Club icon

The latest source code for cucek.hackclub.com

Development environment setup

The stack: React with the styled component.

Stuff you need installed ahead of time:

  • Git
  • Yarn
  • An operating system (we hope)

Clone it!

$ git clone https://github.com/hackclub-cucek/v2.git

Go into the directory!

$ cd v2

Install dependencies!

$ yarn install

Run it!

$ yarn start