unproject
is designed to be very simple and easy to use. Create a uncli.yml
file in your project root, and add the following content:
plugins:
- specifier: unproject/plugin-home
The run the following command:
npx unproject
or if you using pnpm
, you can run:
pnpx unproject
It will start a local server. Open your browser and navigate to the address shown in the terminal.