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 -- --openTo create a production version of the rectify11 website:
npm run buildYou can preview the production build with npm run preview. Files are located under the build directory.
