A Vite + React + TypeScript project (Tailwind) — minimal instructions to run locally.
- Node.js (v16+ recommended) and npm installed
- Git installed
Open PowerShell in the project root and run:
npm installStart the dev server:
npm run devOpen the URL printed in the terminal (usually http://localhost:5173).
Create a production build:
npm run buildPreview the production build locally:
npm run previewnode_modules/and build artifacts are ignored by.gitignore.- If you see missing env variables, create a
.envfile following your project conventions. - To push changes to GitHub this repository already has a remote
originset to:
https://github.com/FaZeGHOSTbot/breakerspace-webdev.git