Skip to content

Chjango/cosmos.github.io

 
 

Repository files navigation

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 [email protected]:~/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

About

Cosmos Site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.9%
  • JavaScript 23.2%
  • CSS 2.2%
  • HTML 1.3%
  • Shell 0.4%