https://github.com/sanjulaganepola/github-local-actions-docs
📖 GitHub Local Actions Documentation
https://github.com/sanjulaganepola/github-local-actions-docs
act ci devops github github-actions vscode
Last synced: 5 months ago
JSON representation
📖 GitHub Local Actions Documentation
- Host: GitHub
- URL: https://github.com/sanjulaganepola/github-local-actions-docs
- Owner: SanjulaGanepola
- License: apache-2.0
- Created: 2024-12-02T03:27:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T01:19:57.000Z (about 1 year ago)
- Last Synced: 2025-01-19T02:23:22.589Z (about 1 year ago)
- Topics: act, ci, devops, github, github-actions, vscode
- Language: MDX
- Homepage: https://sanjulaganepola.github.io/github-local-actions-docs/
- Size: 26.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# GitHub Local Actions Documentation
Welcome to the official documentation for [GitHub Local Actions](https://marketplace.visualstudio.com/items?itemName=SanjulaGanepola.github-local-actions)!
## 🧞 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 |
## 🔗 Relevant Links
* [Starlight documentation](https://starlight.astro.build/)
* [Astro documentation](https://docs.astro.build)