Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmicjs/docs
OLD Cosmic documentation (v1)
https://github.com/cosmicjs/docs
api cms cosmicjs headlesscms
Last synced: about 1 month ago
JSON representation
OLD Cosmic documentation (v1)
- Host: GitHub
- URL: https://github.com/cosmicjs/docs
- Owner: cosmicjs
- Created: 2019-05-02T15:07:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T16:42:40.000Z (over 1 year ago)
- Last Synced: 2024-04-18T09:51:04.854Z (8 months ago)
- Topics: api, cms, cosmicjs, headlesscms
- Homepage: https://docs-v1.cosmicjs.com
- Size: 1.77 MB
- Stars: 3
- Watchers: 5
- Forks: 10
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DEPRECATED
This the the repo for the OLD docs (v1). Go to the repo for the latest docs [here](https://github.com/cosmicjs/cosmic-docs).
📖 View Docs## Local Setup
To setup the local environment:
### Prerequisites
- [Node.js v8+](https://nodejs.org/en/)
- [yarn](https://yarnpkg.com/en/) (Optional, but recommended)### Development
This will create a local web server at `http://localhost:8080/` if nothing is running on that port. It has hot module reloading and will detect most changes you make.*
```
$ yarn run dev
```\* Note: It is not always reliable when making low level configurations or changing the underlying architecture of VuePress, but this should not impact most users who are focused on content and UI level changes.
### Build
This will compile the package you want for deploying to production. It will create a folder in `docs/.vuepress/dist`.
```
$ yarn build
```