Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
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
24 changes: 15 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Logs
logs
*.log
npm-debug.log*
# dependencies
/node_modules

# Dependency directories
node_modules
# testing
/coverage

# Editor settings
.vscode
# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

vendor
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To run locally:
1. Fork this repo
2. Run `git clone [your-fork-url]`
3. Run `npm install`
4. Run `npm start`
4. Run `npm run start`

Adding a new challenge or fixing an existing one?

Expand Down
Loading