Website for the SUNY Potsdam ACM chapter using the MEAN stack created at a 24 hour hackathon. We're currently hosted at http://104.236.222.77:3000/ until we repoint the DNS. It will be potsdamacm.com soon!
See our sitemap here for the vision of the site.
Please view our issues to see what we would like to do with the site.
- Clone the project with
git clone https://github.com/PotsdamACM/acm-website-revamp.git
- Install nodejs. Follow this link for installation
- Install bower with
npm install -g bower
cd
into the project directory and start the project withnpm start
- You will see the site hosted at
localhost:3000
- ssh into the server
- All files are kept in
/acm-website-revamp
- Clone the repo whenever changes are made