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-homeThe run the following command:
npx unprojector if you using pnpm, you can run:
pnpx unprojectIt will start a local server. Open your browser and navigate to the address shown in the terminal.
