https://github.com/wixplosives/stylable.io
Stylable.io documentation site
https://github.com/wixplosives/stylable.io
components css preprocessor webdesign webdevelopment
Last synced: about 2 months ago
JSON representation
Stylable.io documentation site
- Host: GitHub
- URL: https://github.com/wixplosives/stylable.io
- Owner: wixplosives
- Created: 2018-01-29T12:40:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T15:47:46.000Z (3 months ago)
- Last Synced: 2025-04-04T11:51:12.595Z (2 months ago)
- Topics: components, css, preprocessor, webdesign, webdevelopment
- Language: TypeScript
- Homepage: https://stylable.io/
- Size: 50.6 MB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
## Installation
```console
npm i
```## Local Development
```console
npm start
```This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```console
npm run build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
GIT_USER= USE_SSH=true npm run deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.