Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkakun/olopo
https://github.com/yinkakun/olopo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yinkakun/olopo
- Owner: yinkakun
- Created: 2024-07-22T18:09:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:39:50.000Z (5 months ago)
- Last Synced: 2024-10-14T07:11:36.225Z (3 months ago)
- Language: Astro
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Olopo Studio
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| yarn install` | Installs dependencies |
| yarn run dev` | Starts local dev server at `localhost:4321` |
| yarn run build` | Build your production site to `./dist/` |
| yarn run preview` | Preview your build locally, before deploying |
| yarn run astro ...` | Run CLI commands like `astro add`, `astro check` |
| yarn run astro -- --help` | Get help using the Astro CLI |