https://github.com/coderdiaz/ml-next
https://github.com/coderdiaz/ml-next
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderdiaz/ml-next
- Owner: coderdiaz
- Created: 2023-05-26T03:09:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T03:11:55.000Z (about 2 years ago)
- Last Synced: 2025-01-05T08:29:29.461Z (6 months 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.