7d88cd9da5bab99e1a881f1a6bd075aa7c9f1dfe
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
My blaaaahg
Hello, welcome. This is a blog ("blahg" is the proper spelling for Chicagoans), or digital garden, or whatever. It's built with Astro, and uses TinaCMS to edit the content!
See the blahg
Run it yourself
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npx tinacms dev -c 'astro dev' |
Manually run local server if the regular command doesn't work |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
You go to localhost:3000/admin/index.html to see the CMS and use it. If you want to clone this for yourself, you'll need a .env.development file that has the following in it:
TINACLIENTID=<from tina.io>
TINATOKEN=<from tina.io>
TINASEARCH=<from tina.io>
Languages
Astro
59.5%
CSS
25.7%
JavaScript
14.8%