https://github.com/nsandoya/samaritana
Website project inspired in the book 'Samaritana', by Fátima Martínez
https://github.com/nsandoya/samaritana
alpinejs astro design illustration web
Last synced: 4 months ago
JSON representation
Website project inspired in the book 'Samaritana', by Fátima Martínez
- Host: GitHub
- URL: https://github.com/nsandoya/samaritana
- Owner: nsandoya
- Created: 2024-12-17T02:22:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T23:17:46.000Z (over 1 year ago)
- Last Synced: 2025-07-06T00:08:28.703Z (12 months ago)
- Topics: alpinejs, astro, design, illustration, web
- Language: Astro
- Homepage: https://nsandoya.github.io/samaritana/
- Size: 6.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🚀 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).