Please install PnPm beforehand.
To get started, clone the repo with this command:
git clone https://github.com/trueberryless-org/blog
Run
pnpm install
to install all packages found in package.json / all necessary packages.
Run
pnpm run dev
to run astro with live reload locally.
If you want to test the search functionality, run
pnpm run build
pnpm run preview
in order to run the project in build mode not in dev mode.
Cover images and OG images are mostly from Unsplash, see Credits for full details.
Licensed under the MIT license, Copyright © trueberryless.
See LICENSE for more information.