Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3nya/madrid101
FAQ about Madrid for digital nomads
https://github.com/r3nya/madrid101
astro faq madrid
Last synced: about 1 month ago
JSON representation
FAQ about Madrid for digital nomads
- Host: GitHub
- URL: https://github.com/r3nya/madrid101
- Owner: r3nya
- Created: 2024-06-13T19:37:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:02:21.000Z (3 months ago)
- Last Synced: 2024-10-22T01:16:33.500Z (3 months ago)
- Topics: astro, faq, madrid
- Language: MDX
- Homepage: http://madrid101.xyz
- Size: 10.3 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Madrid101
## π§ Commands
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:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |## π Want to learn more?
Check out [Starlightβs docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).