Skip to content

Code Golf is a game designed to let you show off your code-fu by solving problems in the least number of characters.

License

Notifications You must be signed in to change notification settings

haslambda/code-golf

 
 

Repository files navigation

Code Golf

Travis Coveralls

This is the repository behind https://code-golf.io

Quickstart

  1. Install mkcert:
$ yay mkcert
  1. Install the local CA:
$ mkcert -install localhost
Using the local CA at "~/.local/share/mkcert" ✨
The local CA is now installed in the system trust store! ⚡️
The local CA is now installed in the Firefox and/or Chrome/Chromium trust store (requires browser restart)! 🦊


Created a new certificate valid for the following names 📜
 - "localhost"

The certificate is at "./localhost.pem" and the key at "./localhost-key.pem" ✅
  1. Build the assets:
$ ./build-assets
  1. Bring up the website:
$ docker-compose up --build
  1. Navigate to https://localhost

Other

To build the various languages:

$ ./build-langs

Thanks

BrowserStack

Cross browser testing powered by BrowserStack

About

Code Golf is a game designed to let you show off your code-fu by solving problems in the least number of characters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.6%
  • Go 10.5%
  • CSS 2.1%
  • Dockerfile 1.9%
  • HTML 0.8%
  • Assembly 0.4%
  • Other 0.7%