Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 861 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 861 Bytes

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