Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.16 KB

Rutgers Esports Club Website

prs: welcome license lint status deployment status code style: prettier

Deploying the Website via GitHub Pages

There should be a GitHub Actions workflow to automate the process.

Build Instructions

  1. Install NodeJS
  2. Install Git
  3. Run npm install to install all dependencies
  4. Run npm run dev to create a local server to view your changes

We also use Prettier for code formatting so please run npx prettier --write . whenever you're creating a pull request. If you're using Visual Studio Code, it should automate the process for you.