/cosmos.github.io

Cosmos Site

Primary LanguageVue

cosmos.network

The website for Cosmos, the Internet of Blockchains.

Production

Please ask the team for deployment privileges.

# add the production server if you haven't already
git remote add production ubuntu@cosmos.network:~/cosmos.git
# deploy it!
git checkout master
git merge develop
git push production master

Development

Make sure you're running Node 6 LTS or higher.

# install dependencies
npm install

# write some required files
npm run build

# serve with hot reload at localhost:8700
npm run dev

Contributing

TODO