The frontend of the Ulquiorra UCP (User Control Panel). This does not contain the backend API!
-
git clone https://github.com/Mester-Ulquiorra/web.git cd web
-
npm install npm run dev
This will start a development server that you can view by opening
localhost:4321
in your browser. -
npm run build
This will build the site and place the files in the
dist/
directory.
All of the code in this repository is under the 0BSD license, unless specified otherwise.
The licenses of dependencies are in their respective folders in node_modules/
when you install them with npm install
.
Astro, the site generator used to build this site, is licensed under the MIT license.