A modern web application built with Vite, React, and TypeScript.
- Vite
- React
- TypeScript
- Tailwind CSS
- HeroUI
Clone the repository:
git clone https://github.com/thebytearray/website.git
cd websiteInstall dependencies:
npm installRun the development server:
npm run devBuild for production:
npm run buildBuild and run using Docker:
docker-compose upOr using Docker directly:
docker build -t website .
docker run -p 8098:8098 websiteThe application will be available at http://localhost:8098
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.