An open API service indexing awesome lists of open source software.

https://github.com/cosmos/stargate

Stargate Roadmap Website
https://github.com/cosmos/stargate

cosmos nuxtjs stargate stylus

Last synced: about 1 month ago
JSON representation

Stargate Roadmap Website

Awesome Lists containing this project

README

        

# stargate

[![banner](static/og-image.jpg)](https://stargate.cosmos.network)

[![Netlify Status](https://api.netlify.com/api/v1/badges/7bee2ebd-1ac3-4e05-9bb8-a3859826447f/deploy-status)](https://app.netlify.com/sites/stargate-site/deploys)

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).