https://github.com/ethersphere/swarm-roadmap
https://github.com/ethersphere/swarm-roadmap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethersphere/swarm-roadmap
- Owner: ethersphere
- Created: 2024-05-20T14:05:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T13:56:13.000Z (5 months ago)
- Last Synced: 2026-05-06T12:28:00.868Z (about 2 months ago)
- Language: Astro
- Homepage: https://swarm-roadmap.vercel.app
- Size: 1.61 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swarm Roadmap - Astro
## 🚀 Editing Content
Most of the content is placed in the `src/content/` directory. Each file is a markdown file with a frontmatter section at the top. The frontmatter section is used to define metadata about the content, like the title, subtitle, and status.
The status can be omitted, but it's used to define the status of the content. The status can be `done`, `in-progress`, or `to-do`.
The `items` field in the milestones is used to define the items that are part of the milestone. The items are defined by their filename without the `.md` extension. The `subtitle` field is used to define the list on the homepage.
## 🧞 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 |