Skip to content

HauntedBees/HauntedBees.Site

Repository files navigation

HauntedBees.Site

wut

hi this is literally just the source code to my website

depencencies

The following dependencies are used in this project:

license

For the sake of consistency, this code is licensed under GNU Affero General Public License, and its text, data, and art assets are licensed with the CC BY-SA 4.0 License.

building

setup

npm install

compile for development

npm run serve

compiles and minify for production

npm run build

lint and fix files

npm run lint

customize configuration

See Configuration Reference.