https://github.com/frctl/fractal-docs
📝 VuePress powered site and documentation for Fractal
https://github.com/frctl/fractal-docs
Last synced: 12 months ago
JSON representation
📝 VuePress powered site and documentation for Fractal
- Host: GitHub
- URL: https://github.com/frctl/fractal-docs
- Owner: frctl
- Created: 2018-09-04T10:43:43.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T19:33:09.000Z (over 3 years ago)
- Last Synced: 2025-06-04T10:57:14.864Z (about 1 year ago)
- Homepage: https://fractal.build
- Size: 6.83 MB
- Stars: 12
- Watchers: 5
- Forks: 17
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fractal website
Site and docs for Fractal, a tool for building website component libraries: [https://fractal.build](https://fractal.build)
Built using [VuePress](https://vuepress.vuejs.org/).
## Running locally
1. Download or clone this repo
2. Install dependencies: `npm ci`
3. Start the development server: `npm start`
4. (optional) Build static files `npm run build`
## Deployment
http://fractal.build is hosted using [Netlify](https://www.netlify.com/). Deployment is triggered by pushing to the `main` branch
This will essentially do the following:
```
npm run build
cd docs/.vuepress/dist
```
## Useful Links
* Full VuePress documentation [https://vuepress.vuejs.org](https://vuepress.vuejs.org/)