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

Latest commit

 

History

History
38 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 853 Bytes


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.