Frontend web application for Al Dente.
Follow these steps to set up the project using React with Vite and pnpm:
-
Install pnpm: If you haven't already, install pnpm globally using npm:
npm install -g pnpm
-
Install dependencies: Navigate to the project directory and install the dependencies:
pnpm install
-
Start the development server: Run the development server using Vite:
pnpm run dev
-
Create .env file at the root following the example.env file
Make sure you have the necessary configurations in your package.json
and vite.config.js
files.
- React.js
- Vite.js
- TailwindCSS
- Cloudflare Pages