https://github.com/z-eos/umi-neo
reincarnation of umi
https://github.com/z-eos/umi-neo
Last synced: 5 months ago
JSON representation
reincarnation of umi
- Host: GitHub
- URL: https://github.com/z-eos/umi-neo
- Owner: z-eos
- License: gpl-2.0
- Created: 2024-08-23T12:19:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T12:50:51.000Z (7 months ago)
- Last Synced: 2025-11-28T02:13:07.557Z (7 months ago)
- Language: JavaScript
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# umi-neo
Mojo reincarnation of [umi](https://github.com/z-eos/umi)
```
#> cd /path/to/root/of/proj
#> morbo script/umi
#> go to http://localhost:3000
```
### Config
config file is expected to reside in `conf/`
### Tests
```
#> cd /path/to/root/of/proj
#> prove -lrv t
```