-
Notifications
You must be signed in to change notification settings - Fork 30
Update README with project setup instructions #961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,16 +8,30 @@ The public facing website for BrickHack. | |
|
|
||
| # Getting Started | ||
|
|
||
| #### Code environment | ||
| ## Code environment | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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`. | ||
ww3637 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| # Development & Deployment | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.