This is a simple UI interface for Virtual Build Tools, created using React and Tailwind CSS.
Clone the repository:
git clone https://github.com/your-username/virtual-build-tools-ui.git
Navigate into the project directory:
cd virtual-build-tools-ui
Install dependencies:
npm install
config Tailwind - (Tailwind - https://tailwindcss.com/docs/guides/vite)
Install dependencies:
npm create vite@latest my-project -- --template react
cd my-project
Install dependencies:
npm install -D tailwindcss postcss autoprefixer
Install dependencies:
npx tailwindcss init -p
Run the development server:
npm run dev
Open your web browser and visit http://localhost:5173
to view the portfolio website.
Contributions are appreciated! If you have any suggestions, feature ideas, or bug fixes, feel free to open an issue or submit a pull request.
git checkout -b feature-branch
).git commit -am 'Add new feature'
).git push origin feature-branch
).