Skip to content
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

slightly less cryptic instructions for setup for development #9

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.next/
node_modules/
*.log
*.idea
*.idea
*.swp

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Powered by [Nextjs](https://github.com/zeit/next.js) and [Tachyons](http://tachy

# Setup
## Development

Copy link
Member

Choose a reason for hiding this comment

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

Please move the new instructions under 'Setup' rather than just under development since it's really needed for either.

`git clone https://github.com/DetroitJS/detroitjs-com.git`

`cd detroitjs-com`

`npm i` or `yarn install`

## Production
Expand Down