https://github.com/yearn/ape-tax
https://github.com/yearn/ape-tax
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yearn/ape-tax
- Owner: yearn
- Created: 2021-03-04T09:50:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:06:28.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:11:18.194Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://ape.tax
- Size: 7.71 MB
- Stars: 46
- Watchers: 4
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ape Tax 🦍🧮
If you want to run the UI yourself, check the following steps:
## Project setup
```bash
yarn
```
### Compiles and hot-reloads for development
```bash
yarn run dev
```
### Compiles and minifies for production
```bash
yarn build
```
### Lints and fixes files
```bash
yarn lint
```