Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcspark/milkomeda-documentation
Milkomeda Documentation
https://github.com/dcspark/milkomeda-documentation
Last synced: about 1 month ago
JSON representation
Milkomeda Documentation
- Host: GitHub
- URL: https://github.com/dcspark/milkomeda-documentation
- Owner: dcSpark
- Created: 2022-05-19T02:16:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T23:55:15.000Z (about 1 year ago)
- Last Synced: 2024-04-16T08:55:26.355Z (9 months 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.