Skip to content

WSU-Society-of-Computer-Developers/website2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCD Website

Written in react.js and styled with grommet & bootstrap


Development

Note

You must install >= Node v18 to develop.

  1. Clone the repo
git clone https://github.com/WSU-Society-of-Computer-Developers/website2
cd website2
  1. Install dependencies
npm i
  1. Run dev server
npm run start