/Website

Source code of https://rectify11.net, the official Rectify11 website.

Primary LanguageSvelte


Discord

Unfortunately, as of now the Rectify11 website will not be open source.

The main source code of the official Rectify11 Website; https://rectify11.net


Powered by create-svelte.

Running locally

git clone https://github.com/Rectify11/Website.git
cd Website
npm install
npm run dev -- --open

Building

To create a production version of the rectify11 website:

npm run build

You can preview the production build with npm run preview. Files are located under the build directory.