Skip to content

Bostonhacks/beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8428888 · Jun 18, 2019

History

87 Commits
Jun 27, 2018
Jun 24, 2018
Jun 11, 2018
Feb 9, 2019
Jun 11, 2018
Jun 18, 2019
Jun 12, 2018
Jun 29, 2018
Aug 13, 2018
Jun 2, 2018
Feb 9, 2019
Feb 9, 2019
Nov 8, 2018

Repository files navigation

BostonHacks Beta - Landing Page Fall 2018

This is the landing page for BostonHacks (live at bostonhacks.io).

It is an ejected react starter project. Even though this is a static site, we're doing this so that we can be modern and learn about some cool 22nd century shiz. Maybe someday we'll add features that actually necessitate all this crazy JS?

Setup

Make sure you have recent versions of node and yarn. You can install yarn with the node package manager (npm), which comes by default with installations of node.

Side note: I like to use a node version manager so I can easily change between versions as necessary; there are several of these such as nvm and nodenv. Pick whatever works for you.

To install dependencies, run the following:

  yarn install

and to start the project,

  yarn start

Workflow

Most of the stuff you will be working on is in the src folder. The