Skip to content

briank621/online-go.com

 
 

Repository files navigation

Run Status

Online-Go.com source code

This repository contains the source code for web client used by Online-Go.com.

Bugs, Suggestions, and Discussions

Online-Go.com has a very active community of Go players, however only a relatively small portion of the community actively develops the code base and regularly visits this github page and the issue tracker. As such:

  • https://forums.online-go.com should be used to discuss any proposed functional changes or any new notable features, allowing non developers to chime in with their thoughts and ideas.
  • https://ogs.uservoice.com/ should be used when it is desired to obtain a guage on community interest for a feature or change
  • The github issue tracker should be used to track all bugs, minor "obvious" enhancements, and accepted major enhancements. Any enhancements (and ideally bugs) posted need to be articulated in a way that it is obvious what needs to be done, partial thoughts will be closed and should be moved back to the forums for futher discussion.

Development Environment

Getting setup is easy, you'll need to have node.js installed, then simply clone the repository and within the working directory run the following:

# You only need to run this the first time
npm install

# Run this to start the development server and build system
npm run dev

If you're on linux, you can simply type make and it will do all this for you as well.

Once running, you can then navigate to http://dev.beta.online-go.com:8080/ which loads the interface from your local server that you just started with gulp, and connects to the beta server for testing.

About

Source code for the Online-Go.com web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.8%
  • CSS 12.4%
  • Other 1.8%