Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

CSSS/wall_e_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED

website relocated to new website front-end

The wall_e Website (React frontend)

This repository holds the source code for the wall_e website's frontend.

Local Development

Installing Packages

Upon cloning this repository, please run npm ci to install the necessary packages.

NOTE: using npm ci instead of npm install prevents package-lock.json and package.json being updated. This is preferred to prevent unnecessary updates to these files in changes. If a package needs to be updated, please do so as a separate commit.

Running Locally

You can run this frontend locally by running npm run start.

Linting

You can check for linting errors by running npm run lint.

Currently, the following JS linting rules are in place:

  • All lines must end with a semicolon
  • Tabs must be used, not spaces

Environment Variables

To be written.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published