A product landing page, from Giulio Cuscito's design.
- Node.js and Pnpm package manager
Next, install the project dependencies. In the terminal, navigate to the project directory and run the following command:
pnpm i
This command will install the required dependencies for the project.
Start the development server by running the following command:
pnpm dev
This command will start the server for the App.
Once the development server is running, you can access the app by opening http://localhost:5173 in your browser. You should see the application's user interface and be able to interact with it.
Finally, To build all apps and packages, run the following command:
pnpm build
By contributing, you agree that your contributions will be licensed under its MIT License.