https://github.com/coderdiaz/ml-next
https://github.com/coderdiaz/ml-next
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderdiaz/ml-next
- Owner: coderdiaz
- Created: 2023-05-26T03:09:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T03:11:55.000Z (about 3 years ago)
- Last Synced: 2025-02-23T17:33:08.964Z (over 1 year ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to test
1. Install dependencies.
```sh
yarn install
```
2. Run the project on `dev` mode
```sh
yarn dev
```
3. Go to `http://localhost:3000` or the url generated.
4. Enjoy.