The main source code of the official Rectify11 Website; https://rectify11.net
Powered by create-svelte
.
git clone https://github.com/Rectify11/Website.git
cd Website
npm install
npm run dev -- --open
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.