https://github.com/fabrix-framework/docs
https://github.com/fabrix-framework/docs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabrix-framework/docs
- Owner: fabrix-framework
- Created: 2024-08-16T02:39:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T02:45:54.000Z (over 1 year ago)
- Last Synced: 2025-04-12T04:42:29.086Z (about 1 year ago)
- Language: MDX
- Homepage: https://fabrix-framework.github.io/docs/
- Size: 2.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docs
[](https://starlight.astro.build)
This is a repository for the Fabrix website.
## 🧞 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 |