UNPKG

create-venta-app

Version:

Create a Venta app through the commandline.

28 lines (18 loc) 794 B
This is a [Venta.js](https://ventajs.dev/) project bootstrapped with [`create-venta-app`](https://github.com/cwooldridge/venta/packages/create-venta-app). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/src/page.jsx`. The page auto-updates as you edit the file. ## Learn More To learn more about Venta.js, take a look at the following resource: - [Venta.js Documentation](https://ventajs.dev/docs) - learn about Venta.js features and API. You can check out [the Venta.js GitHub repository](https://github.com/cwooldridge1/venta) - your feedback and contributions are welcome!