Luminus Astro Blog is a blog site After cloning this project locally, use the following commands to install dependencies.
Package Manager | Command |
---|---|
npm | npm install |
yarn | yarn install |
pnpm | pnpm install |
bun | bun install |
Please create the .env file required for the build.
Without this file, both the build and local environment won't function properly.
MICROCMS_SERVICE_DOMAIN="{ microCMS domain }"
MICROCMS_API_KEY="{ microCMS API KEY }"
BUN_VERSION="{ Bun version }"
BASE_URL="{ Page URL }"
Script (Example) | Description |
---|---|
npm run dev | Starts the local development server. |
npm run build | Builds the project for production. |
npm run preview | Previews the built project. |
The license for this project is the MIT License.
It would be appreciated if you fork it for your use.