Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,30 @@ The public facing website for BrickHack.

# Getting Started
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to go for maximum Cool README I'd suggest putting a screenshot of the preregister site right at the top! See the brickhack-mobile-ios readme for how I centered that image if you'd like.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like that might be a little less relevant for this since it's a website you can easily visit.


#### Code environment
## Code environment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Title not needed imo, description is clear as-is


Ensure you have Git set up and [SSH access to GitHub](https://help.github.com/articles/connecting-to-github-with-ssh/). If you have Git but not SSH, you can clone using the HTTPS url, however you'll have to type in your GitHub credentials every time.
Ensure you have Git set up and [SSH access to GitHub](https://help.github.com/articles/connecting-to-github-with-ssh/). If you have Git but not SSH, you can clone using the HTTPS url, but you'll have to type in your GitHub credentials every time.

### Cloning the directory

```bash
$ git clone git@github.com:codeRIT/brickhack.io.git
$ git clone https://github.com/codeRIT/brickhack.io.git
$ cd brickhack.io
```

You should then be able to open the code in your editor of choice.
### Installing dependencies

```
$ npm install
```

### Running the application

```
$ npm start
```

You should then be able to access the site at `localhost:3000`.

# Development & Deployment

Expand Down