Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mccallofthewild/dashwood

😇 The Elegant Way to Pass on Your Inheritance
https://github.com/mccallofthewild/dashwood

Last synced: 4 days ago
JSON representation

😇 The Elegant Way to Pass on Your Inheritance

Awesome Lists containing this project

README

        

Dashwood Logo



The elegant way to pass down your fortune



https://dashwood.netlify.com

# 🇪🇬 Inspiration

_Sense and Sensibility_ by Jane Austen tells the whirlwind tale of inheritance strife amongst the fictional Dashwood family. Without spoiling the ending, it is safe to say that the Dashwoods make very poor decisions when it comes to writing wills. This project intends to be the first Dashwood that gets it right.

# 🚀 Usage & Deployment

### Requirements

- Node.js >= v10

## 🖼 Client

### ⬇️ Clone the repository

```bash
git clone https://github.com/mccallofthewild/dashwood.git
```

### ⬇️ Install the `node_modules`

```
yarn
```

or

```
npm i
```

### 📡 Start Dev Server

```
yarn dev
```

or

```
npm run dev
```