Official homepage for WalkingLabs, built with React, Vite, Tailwind CSS, and Motion.
Install dependencies:
npm installStart the local dev server:
npm run devThe site runs at http://localhost:3000.
npm run dev # Start Vite dev server
npm run lint # Type-check with TypeScript
npm run build # Build production assets into dist/
npm run preview # Preview the production build locallyThis repository includes a GitHub Actions workflow at .github/workflows/pages.yml.
For deployment, configure repository settings:
- Open
Settings->Pages. - Set
Build and deploymentsource toGitHub Actions. - Push to
mainor manually run theDeploy to GitHub Pagesworkflow.
The workflow builds the Vite app with the /homepage/ base path and deploys the generated dist/ directory.