https://github.com/material-table-core/website
Website/Documentation for @material-table/core
https://github.com/material-table-core/website
hacktoberfest
Last synced: 5 months ago
JSON representation
Website/Documentation for @material-table/core
- Host: GitHub
- URL: https://github.com/material-table-core/website
- Owner: material-table-core
- Created: 2020-12-18T04:52:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-01T12:46:13.000Z (8 months ago)
- Last Synced: 2025-10-01T14:39:26.812Z (8 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://material-table-core.com
- Size: 29.4 MB
- Stars: 11
- Watchers: 0
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing/README.md
Awesome Lists containing this project
README
# Docs & Demos
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Contributing
### this package uses `yarn` not `npm`!
## [How to add your own demo to this website](https://material-table-core.github.io/demos#how-to-add-demo)
---
## Publishing
- yarn release:major // for major release
- yarn release:minor // for minor release
- yarn release:patch // for patch release
## Installation
```console
yarn install
```
## Local Development
```console
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
```console
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.