https://github.com/dcspark/milkomeda-documentation
Milkomeda Documentation
https://github.com/dcspark/milkomeda-documentation
Last synced: over 1 year ago
JSON representation
Milkomeda Documentation
- Host: GitHub
- URL: https://github.com/dcspark/milkomeda-documentation
- Owner: dcSpark
- Created: 2022-05-19T02:16:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T23:55:15.000Z (over 2 years ago)
- Last Synced: 2025-01-31T04:26:48.209Z (over 1 year ago)
- Language: MDX
- Size: 166 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting started with Milkomeda
You can find the Milkomeda Documentation [on the website](https://dcspark.github.io/milkomeda-documentation/)
### Installation
```
$ npm install
```
### Local 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.