Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mccallofthewild/dashwood
- Owner: mccallofthewild
- Created: 2020-01-24T04:31:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T06:18:00.000Z (almost 4 years ago)
- Last Synced: 2023-03-21T10:14:55.504Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://dashwood.netlify.com
- Size: 13.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```