Eligioo / nimiq-voting-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nimiq Vote

This is the official webapp used for votings with the Nimiq Community at nimiq.com/vote.

Feel free to use the code and send PRs to improve it!

You can find all the details on how to join the Nimiq Community and talk with devs, traders, and fellow Nimions here.

New to Nimiq? Check out nimiq.com.

How to compile and run the code locally

This app was built with this the Nimiq App Starter Kit. It's using Vue.js, TypeScript, Pug, Stylus, and a bit of magic.

Basic Setup

Add the app starter kit to your project:

git remote add starter-kit git@github.com:nimiq/app-starter-kit.git
git fetch starter-kit

Then merge it into your code base:

git merge --allow-unrelated-histories starter-kit/master

Build and run

To get started, setup everything and get all dependencies with yarn:

yarn install

Run a development server that watches the project files, compiles them on demand and hot-reloads the changes to keep your browser in sync:

yarn serve

Lint your code and automatically fix lint errors:

yarn lint

Compile and minify the project to be ready for deployment in production:

yarn build

Contribute

Please feel free to get in touch and send PRs!

About

License:MIT License


Languages

Language:TypeScript 63.2%Language:CSS 18.0%Language:HTML 13.3%Language:JavaScript 5.3%Language:Vue 0.2%