Skip to content

luminus-xd/astro-blog

Repository files navigation

Luminus Astro Blog

Luminus Astro Blog

日本語版はこちら

Luminus Astro Blog is a blog site After cloning this project locally, use the following commands to install dependencies.

Setting

Install NPM package

Package Manager Command
npm npm install
yarn yarn install
pnpm pnpm install
bun bun install

Add .env file

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 }"

Scripts

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.

Documentation

For more detailed documentation, please see the docs directory.

About

[WIP] Luminusの新ブログ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors