https://github.com/eteubert/mundanebits
website for Mundane Bits OĆ
https://github.com/eteubert/mundanebits
Last synced: 10 months ago
JSON representation
website for Mundane Bits OĆ
- Host: GitHub
- URL: https://github.com/eteubert/mundanebits
- Owner: eteubert
- Created: 2025-06-04T04:52:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T07:26:28.000Z (12 months ago)
- Last Synced: 2025-07-29T06:23:31.349Z (11 months ago)
- Language: Astro
- Homepage: http://mundanebits.com/
- Size: 1.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Starter Kit: Basics
```sh
npm create astro@latest -- --template basics
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)
> š§āš **Seasoned astronaut?** Delete this file. Have fun!

## š Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
āāā public/
ā āāā favicon.svg
āāā src/
ā āāā layouts/
ā ā āāā Layout.astro
ā āāā pages/
ā āāā index.astro
āāā package.json
```
To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/).
## š§ 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?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).