My blog, built with Astro. All open-source!
If you want to run this locally (maybe you found a typo or an error in one of my articles and want to fix it), you can follow these instructions:
git clone https://github.com/lmammino/loige.co.git
Expected Node.js version: 20
or higher and pnpm
version 8
or higher.
node -v
pnpm -v
If you have corepack
installed, you can easily enable pnpm
with:
corepack enable
corepack prepare pnpm@8 --activate
Alternatively, check out the pnpm official installation instructions.
pnpm install
pnpm dev
The website should now be accessible at http://localhost:4321
pnpm build
The static website will be available in the ./dist
folder.
The website is deployed through GitHub Actions, so if you want to suggest some updates, open a PR and I will review it as soon as possible. Once merged into main
, a deployment will kick in automatically.
Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.
Licensed under MIT License. © Luciano Mammino.