Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stolinski/design-systems-css-variables
https://github.com/stolinski/design-systems-css-variables
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stolinski/design-systems-css-variables
- Owner: stolinski
- Created: 2020-04-16T18:54:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T19:42:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T14:36:25.813Z (7 months ago)
- Language: JavaScript
- Size: 11.8 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdx-deck basic template
This was generated with [mdx-deck][]'s `npm init deck` command.
## Development
To run the presentation deck in development mode:
```sh
npm start
```Edit the [`deck.mdx`](deck.mdx) file to get started.
## Exporting
To build the presentation deck as static HTML:
```sh
npm run build
```For more documentation see the [mdx-deck][] repo.
[mdx-deck]: https://github.com/jxnblk/mdx-deck