Front-end for the Sekai forum.
git clone https://github.com/warkio/sekai-frontend
cd sekai-frontend/public
# Ideally you'd use something actually decent.
python -m http.server
- Must work as-is, with zero build steps required.
- Keep dependencies at a reasonable minimum.
- Compatibility with old browsers.
- The files under
public
will be served through an HTTP server, with thepublic
directory being mounted at the/
path.
MPL 2.0, incompatible with secondary licenses.
(Note: Files under public/vendor
are from third-parties and might have
different licenses. Check them for details.)