Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 652 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 652 Bytes

UMass Lowell - Cybersecurity Club Website

screenshot

Created using by following this YouTube Tutorial and GitHub Repo

How to contribute

  1. Clone this repository

  2. Install nodejs

  3. Start website using npm run start

  4. Make changes on a seperate branch

  5. Open up a pull request

Docker setup

docker build . -t cybersec-site

docker run --name cybersec -p 3000:3000 -d cybersec-site