AndyZhuang / aib-website

Website for All In Bits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The website for All In Bits, Inc. AIB projects include Cosmos and Tendermint.

Production

Please ask the team for deployment privileges.

# add the production server if you haven't already
git remote add production ubuntu@cosmos.network:~/aib-website.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
yarn install

# write some required files
yarn run build

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

About

Website for All In Bits.


Languages

Language:Vue 52.8%Language:JavaScript 37.0%Language:CSS 5.6%Language:HTML 3.5%Language:Shell 1.0%