Skip to content

WL-Amigo/WLSite2-src

Repository files navigation

WhiteLuckBringers Portfolio Site

(In this time, there is Japanese site only...)

License

All files (but except files shown below) under this repository are licensed under MIT License.

But these files are UNLICENSED (since these files are contents for my site, and I don't suppose to be reused by other people).

  • src/content/**/*
  • src/assets/**/*

You cannot use these files without permission. If you need to use, please ask me for permissions.

Acknowledgements

  • public/robots.txt
    • Entries from ai.robots.txt (MIT License) to block major AI companies' crawlers.

Build

0. Prerequisites

1. Install (first time only)

$ pnpm i

2. Start dev server

$ pnpm start

3. Build whole site

$ pnpm build