Skip to content

cosmicjs/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This the the repo for the OLD docs (v1). Go to the repo for the latest docs here.

Cosmic

📖 View Docs

Local Setup

To setup the local environment:

Prerequisites

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