Skip to content

michael-beaver/ophelia

 
 

Repository files navigation

Ophelia - The SIG-Game Webserver

JavaScript Style Guide

This is the repository for SIG-Game's webserver application, the main entry point for competitors of MegaMinerAI.

Getting Started - Developers

To develop on the project, you'll need a newer version of NodeJS (LTS is preferred).

If you're on Windows, Git Bash is reccomended as a replacement for Command Prompt.

Once you've installed that and cloned the project files down, go ahead and run the following:

$ npm install
$ cd client/
$ npm install
$ cd ..

This will install all of the needed packages and put you back in the base directory of the repo. Once you're there, run the following to start the server in debug mode:

npm run debug

You can then navigate to localhost:3000 to use the site.

Once you make changes to the files on your local machine, refresh the page in your browser to see your changes.

Running the Webserver for Production

--

Troubleshooting

--

About

The new Missouri S&T ACM SIG-Game webserver application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 1.7%
  • HTML 1.5%