https://github.com/junobuild/satellite-template
A template for any new Juno Satellites spun up
https://github.com/junobuild/satellite-template
Last synced: 4 months ago
JSON representation
A template for any new Juno Satellites spun up
- Host: GitHub
- URL: https://github.com/junobuild/satellite-template
- Owner: junobuild
- License: mit
- Created: 2024-11-15T17:01:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-07T14:00:32.000Z (6 months ago)
- Last Synced: 2025-10-11T20:38:04.631Z (4 months ago)
- Language: Astro
- Homepage:
- Size: 4.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Juno: Satellite Template

A template developed as a placeholder for any new [Juno](https://juno.build) Satellites spun up.
## ✨ Links & Resources
- Looking to get started with Juno? Check out the [documentation](https://juno.build).
- Got questions, comments or feedback? [Join our discord](https://discord.gg/wHZ57Z2RAG) or [OpenChat](https://oc.app/community/vxgpi-nqaaa-aaaar-ar4lq-cai/?ref=xanzv-uaaaa-aaaaf-aneba-cai).
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------- | :--------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts frontend dev server at `localhost:4321` |
| `npm run build` | Build the template for production to `./dist/` |