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
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
# OCC Computer Science Club Website
You can view a preview of the site here:
https://Computer-Science-Club-OCC.github.io/public

# To run locally

Command to install necessary packages:

### `npm install`

Commands to build and run website on http://localhost:3000/
To build:

### `npm run build`

Then run:

### `npm start`


# Format code
Before running server or pushing your commits.
Please run:
### `npm run format:fix`

Fix any red error messages that appear on browser or terminal, then save debugged files. The website will run normally after that.
## Getting Started
Visit and follow instructions from <a href="https://github.com/Computer-Science-Club-OCC/Computer-Science-Club-OCC.github.io/wiki/Guide-for-Developers">Guide for Developers</a>