Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dutchwebworks/astro-learning
Learning about Astro.build
https://github.com/dutchwebworks/astro-learning
astro demo javascript learning-by-doing netlify netlify-serverless-functions
Last synced: about 13 hours ago
JSON representation
Learning about Astro.build
- Host: GitHub
- URL: https://github.com/dutchwebworks/astro-learning
- Owner: dutchwebworks
- License: mit
- Created: 2021-12-16T14:40:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T09:01:33.000Z (8 months ago)
- Last Synced: 2024-03-24T10:21:45.096Z (8 months ago)
- Topics: astro, demo, javascript, learning-by-doing, netlify, netlify-serverless-functions
- Language: Astro
- Homepage: https://astro-learning.dutchwebworks.nl
- Size: 762 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro learning
*By Dennis Burger, February 2023*
Learning about Astro static-site-generator. With a Netlify deployment and CMS for blog articles. According to this tutorial.
## Inspired by
* [Astro Crash Course](https://www.youtube.com/watch?v=Oi9z5gfIHJs), by Traversy Media
* [Astro Crash Course #1 - Layouts, Astro Components, Styles, & Pages](https://www.youtube.com/watch?v=cbYr75_R15M), by Little Sticks
* [Astro Crash Course #2 - Images, React and Svelte Components, & Blog Posts](https://www.youtube.com/watch?v=xcDUpe1NfCQ), by Little Sticks## Using NVM for the correct NodeJS version
nvm install
## Initial install
npm install
## Development
npm run dev
## Production build
npm run build
## NetlifyCMS
/admin/
Note: `/admin#/` doesn't work. Use `/admin/#`