"Think, ask, learn"
The landing page and informational website for the Escruta platform.
Built with React Router, TypeScript, Tailwind CSS, and Vite.
- Node.js (version 20 or higher)
npm install- Install dependenciesnpm run dev- Start the development server
The landing page will be available at localhost:5173 by default.
npm run dev- Start development servernpm run build- Create production buildnpm run typecheck- Run TypeScript and React Router for type checkingnpm run lint- Run Biome for code quality checksnpm run lint:fix- Run Biome for code quality checks and fix issuesnpm run format- Run Biome for code formattingnpm run format:fix- Run Biome for code formatting and fix issues