Worcester Polytechnic Institute's AIAA Student Chapter's website. Public at aiaa.wpi.edu
Built using react
- Ensure nodejs is installed.
- Upgrade NPM to version 6.x.x using:
npm install -g npm hash -r npm -version - Clone the repository
git clone https://github.com/WPI-AIAA/web-client.git
- Change directories into the repository
cd web-client - Install NPM dependencies
npm install
- Run the development server
npm start
- SSH into aiaa.wpi.edu
- Change directory into the repository
cd ../aiaa-website/web-client - Pull most recent version from git
git pull
- Build production version
npm run build
- Host the production build
nohup sudo serve -l 80 -s build >/dev/null 2>&1 &