Skip to content

Klrfl/personal-site

Repository files navigation

Personal Site

Netlify Status

This is my personal website made with Astro and powered by Decap CMS and hosted with Netlify.

This project uses the MIT license.

🧞 Commands

This project requires at least Node v18.14.1. This project also uses pnpm, so download it first, either locally or globally.

This command installs pnpm globally, if you want to install locally you can omit the -g flag.

npm install pnpm -g

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:3000
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro --help Get help using the Astro CLI

👀 Contributing

Feel free to make fork of this repo, and make a pull request for improvements on this website!