This is the repository behind https://code-golf.io
- Install mkcert:
$ yay mkcert
- 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" ✅
- Build the assets:
$ ./build-assets
- Bring up the website:
$ docker-compose up --build
- Navigate to https://localhost
To build the various languages:
$ ./build-langs
Cross browser testing powered by BrowserStack