A desktop application of UTARi, of course I did provie a PWA version as well
Click to see Usage
Click to see Preview
Aspect | Name |
---|---|
Development Language | TypeScipt |
Build Automation Tool | Make |
Text Editor | NeoVim |
Dependency Management | Yarn |
Continuous Integration, Continuous Delivery, and Continuous Deployment | GitHub Actions |
Make sure you have yarn
and make
available in your system
Below are the listed commands that you can use to build/develop/test this app
Command | Usage |
---|---|
make start | Start development |
make typecheck | Run typechecking for source code |
make lint | Run linter for source code |
make format-check | Run prettier to check source code format |
make format | Run prettier to format source and test code |
make install | Install all dependencies |