https://github.com/benbowes/eft
https://github.com/benbowes/eft
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/benbowes/eft
- Owner: benbowes
- Created: 2023-11-15T07:20:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T09:36:48.000Z (over 2 years ago)
- Last Synced: 2024-10-05T14:22:17.604Z (almost 2 years ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EFT
## How to use
Install the dependencies via npm (I prefer pnpm - cause faster)
```bash
npm i
```
To run the development server locally
```bash
npm run dev
```