Skip to content

rutgersesports/rutgersesports.club

Repository files navigation

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.