https://github.com/ff6347/assets
https://github.com/ff6347/assets
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ff6347/assets
- Owner: ff6347
- License: mit
- Created: 2024-09-21T09:19:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-31T11:29:14.000Z (10 months ago)
- Last Synced: 2025-09-05T18:25:31.211Z (9 months ago)
- Language: Astro
- Homepage: https://assets.qawsed.site/
- Size: 397 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# assets
used @ hbk-bs digicom seminar 2024/25
## Development 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 |