Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.95 KB

README.md

File metadata and controls

48 lines (36 loc) · 2.95 KB

lkw123's AstroBlog

Dependabot Updates CodeQL

📜 Credits

The website is built based on the amazing AstroPaper theme.

💻 Tech Stack

Main Framework - Astro
Type Checking - TypeScript
Component Framework - ReactJS
Styling - TailwindCSS
UI/UX - Figma
Fuzzy Search - FuseJS
Icons - Boxicons | Tablers
Code Formatting - Prettier
Deployment - Cloudflare Pages
Linting - ESLint

👨🏻‍💻 Running Locally

The easiest way to run this project locally is to run the following command in your desired directory.

# Install dependencies
pnpm install

# Start the development server
pnpm dev

# Build the project
pnpm build

🧞 Commands

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run format:check Check code format with Prettier
pnpm run format Format codes with Prettier
pnpm run sync Generates TypeScript types for all Astro modules. Learn more.
pnpm run lint Lint with ESLint