- NextJS - The best framework for building server-side rendered React applications.
- Typescript - JavaScript with syntax for types.
- Tailwindcss - A utility-first CSS framework for rapidly building custom designs.
- Radix UI - A collection of accessible components for building user interfaces.
- Fork or clone this repository.
git clone git@github.com:frannlencina/letrassinfiltro.git- Install the dependencies:
# Install pnpm globally if you don't have it:
npm install -g pnpm
# Install dependencies:
pnpm install- Run the development server:
# Run with npm:
npm run dev
# Run with pnpm:
pnpm dev- Open http://localhost:3000 with your browser to see the result 🚀
| Command | Action | |
|---|---|---|
| ⚙️ | dev or start |
Starts local dev server at localhost:3000. |
| ⚙️ | build |
Build your production site to ./dist/. |
| ⚙️ | preview |
Preview your build locally, before deploying. |
MIT - Created by Francisco Lencina.
