Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Rectify11/Website

Repository files navigation


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.