Wini in CLI
Create a project
You can create a new project by using:
Start
To enter the development environment:
To run the project:
After that, you can see the project by looking at localhost:3000, from your browser or in CLI (curl localhost:3000) !
Deploy
You can run your application in production by doing:
How to do ... ?
Wini commands are just based on just, so you can look at ./justfile to see what is run behind the hood, and you can customize it as you wish!
Or you can do
# or
for a quick recap