https://github.com/ethersphere/swarm-links
https://github.com/ethersphere/swarm-links
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethersphere/swarm-links
- Owner: ethersphere
- License: apache-2.0
- Created: 2025-05-20T11:09:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T13:20:30.000Z (about 1 year ago)
- Last Synced: 2025-08-01T02:01:53.115Z (11 months ago)
- Language: Astro
- Homepage: https://swarm-links.vercel.app
- Size: 876 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swarm Links - Astro
## 🚀 Editing Links
Simply edit the content in the `index.astro` and add the appropriate links in a `List`.
## 🧞 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 |