Skip to content

Commit

Permalink
Updated readme with features and link to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
T3nak committed Dec 23, 2017
1 parent e3b8a96 commit 6dd8d41
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# dos-2-planner
# DOS 2 Planner

> Nuxt.js project
Character planner for Divinity Original Sin 2.

Features:
- Attributes
- Combat abilities *(with detailed descriptions)*
- Civil abilities *(with detailed descriptions)*
- Talents *(with detailed descriptions and working effects)*

> Vuetify & Nuxt.js project
## Demo

https://dos-2-planner.netlify.com/

## Build Setup

Expand All @@ -10,13 +22,8 @@ $ npm install # Or yarn install

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

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

# generate static project
$ npm run generate
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
For detailed explanation on how things work, checkout the docs:
- [Nuxt.js](https://github.com/nuxt/nuxt.js)
- [Vuetify](https://vuetifyjs.com/vuetify/quick-start)

0 comments on commit 6dd8d41

Please sign in to comment.