Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 406 Bytes

ACM@CNU

Association for Computing Machinery Website at Christopher Newport University.

Deployment

To run the server, run `npm start`

Developers

To install necessary dependencies, run `npm install`

Structure

	styles -- contains all of the stylesheets for the website.

	views  -- contains all of the html view files

	server.js -- script to start the http server with ExpressJS