Skip to content

MizzouACM/old-ACM-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official ACM Site

Running the website locally

  1. Install [Node.js] (https://nodejs.org/) and [Git] (https://git-scm.com/)
  2. Download and extract the source code
  3. Copy "config.js" into the root directory (ask someone on the website team for this file)
  4. In the command line, run 'node app.js' after navigating to the websites directory
  5. In a web browser, go to https://localhost:3000/

Contributing to the website

  1. Create a directory called 'ACM Website'
  2. Navigate to this directory in the command line.
  3. Initialize a git repository git init
  4. Add the git repository as a git remote git remote add origin [email protected]:MizzouACM/ACM-Website.git
  5. Pull down the source code git pull origin master
  6. Make your code changes
  7. Stage the changed files in git git add .
  8. Commit the changed files with a message git commit -m 'A short description of the changed files'
  9. Push the changes to github git push origin master

Status

Currently a work in progress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published