Skip to content

thebytearray/website

Repository files navigation

Website

A modern web application built with Vite, React, and TypeScript.

Technologies

  • Vite
  • React
  • TypeScript
  • Tailwind CSS
  • HeroUI

Installation

Clone the repository:

git clone https://github.com/thebytearray/website.git
cd website

Install dependencies:

npm install

Development

Run the development server:

npm run dev

Build for production:

npm run build

Docker

Build and run using Docker:

docker-compose up

Or using Docker directly:

docker build -t website .
docker run -p 8098:8098 website

The application will be available at http://localhost:8098

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.