Skip to content

BreakerSpaceHQ/breaker.space-tryout

Repository files navigation

breakerspace-webdev

A Vite + React + TypeScript project (Tailwind) — minimal instructions to run locally.

Requirements

  • Node.js (v16+ recommended) and npm installed
  • Git installed

Install

Open PowerShell in the project root and run:

npm install

Run (development)

Start the dev server:

npm run dev

Open the URL printed in the terminal (usually http://localhost:5173).

Build (production)

Create a production build:

npm run build

Preview the production build locally:

npm run preview

Notes

  • node_modules/ and build artifacts are ignored by .gitignore.
  • If you see missing env variables, create a .env file following your project conventions.
  • To push changes to GitHub this repository already has a remote origin set to:
https://github.com/FaZeGHOSTbot/breakerspace-webdev.git

About

Deepanjan's take on breaker.space landing page

Resources

Stars

Watchers

Forks