Skip to content

escruta/site

Repository files navigation

Escruta - Site

"Think, ask, learn"

The landing page and informational website for the Escruta platform.

Built with React Router, TypeScript, Tailwind CSS, and Vite.

Getting Started

Prerequisites

  • Node.js (version 20 or higher)

Installation

  1. npm install - Install dependencies
  2. npm run dev - Start the development server

The landing page will be available at localhost:5173 by default.

Development Scripts

  • npm run dev - Start development server
  • npm run build - Create production build
  • npm run typecheck - Run TypeScript and React Router for type checking
  • npm run lint - Run Biome for code quality checks
  • npm run lint:fix - Run Biome for code quality checks and fix issues
  • npm run format - Run Biome for code formatting
  • npm run format:fix - Run Biome for code formatting and fix issues