A simple test project built with Vite, demonstrating basic setup and deployment on GitHub Pages.
View the live demo: https://JCtapuk.github.io/ecs-test
- Clone the repository:
git clone https://github.com/JCTapuk/ecs-test.git
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
- Vite (build tool)
- JavaScript
- HTML/CSS
This project is automatically deployed to GitHub Pages via GitHub Actions. Check the deploy.yml workflow for details.
Feel free to open issues or submit pull requests!