https://github.com/datasqrl/datasqrl.github.io
DataSQRL documentation and homepage
https://github.com/datasqrl/datasqrl.github.io
Last synced: 5 months ago
JSON representation
DataSQRL documentation and homepage
- Host: GitHub
- URL: https://github.com/datasqrl/datasqrl.github.io
- Owner: DataSQRL
- Created: 2021-11-19T20:02:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T00:24:36.000Z (about 1 year ago)
- Last Synced: 2025-03-18T01:26:36.099Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.datasqrl.com
- Size: 79.9 MB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website contains the documentation for DataSQRL.
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm install
```
### Development
```
$ npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm run 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 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.