Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkosi-tauro/dnd5e

Dungeons & Dragons 5th Edition wiki.
https://github.com/nkosi-tauro/dnd5e

dnd5e tailwindcss typescript vue-router vue3

Last synced: about 1 month ago
JSON representation

Dungeons & Dragons 5th Edition wiki.

Awesome Lists containing this project

README

        


Dnd5e


Dnd5e


Github top language

Github language count

Repository size

License



## :dart: About ##

Dungeons and Dragons 5th Edition Wiki.
*NOTE* This is a fan project!!

## :rocket: Technologies ##

The following tools were used in this project:

- [Vue 3](https://v3.vuejs.org/)
- [Vue Router](https://router.vuejs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [DnD 5th Edition API](http://www.dnd5eapi.co/)

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/dnd5e

# Access
$ cd dnd5e

# Install dependencies
$ npm install

# Run the project
$ npm run serve

# The server will initialize in the
```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.

Made with :heart: by Nkosilathi Tauro

 

Back to top