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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ We welcome all outside contributors to help out on building our website, but the
4. Run `npm install` to install all dependencies
5. Run `npm run dev` to create a local server to start contributing!
6. Open [http://localhost:3000](http://localhost:3000) to view your changes
7. Before pushing a commit, please run `npx prettier --write .` and `black .`
7. Before pushing a commit, please run `npx prettier --write .` and `black .`, although Visual Studio Code should automatically perform this task for you.