Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.14 KB

File metadata and controls

52 lines (35 loc) · 1.14 KB

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