https://github.com/grid-js/website
Grid.js website
https://github.com/grid-js/website
Last synced: 8 months ago
JSON representation
Grid.js website
- Host: GitHub
- URL: https://github.com/grid-js/website
- Owner: grid-js
- Created: 2020-05-16T11:55:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T23:42:33.000Z (about 2 years ago)
- Last Synced: 2025-05-26T03:11:35.246Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://gridjs.io
- Size: 23.4 MB
- Stars: 28
- Watchers: 1
- Forks: 272
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# Grid.js Website
Grid.js website is built using [Docusaurus 2](https://v2.docusaurus.io/).
### Installation
```
$ yarn
```
### Local Development
```
$ yarn 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
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
```
$ GIT_USER= USE_SSH=true yarn 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.