An open API service indexing awesome lists of open source software.

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

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.