Skip to content

articles-simbirsoft/demo

Repository files navigation

Встраивание WebGL в HTML-страницу с помощью Three.JS

Исходный код и демо к статье на https://habr.com/ru/company/simbirsoft/blog/721912/

demo: https://articles-simbirsoft.github.io/demo/

Vite Project

This project is a Vite project. It uses the Vite framework to create a web application.

Getting Started

To get started, clone the repository and install the dependencies:

git clone https://github.com/username/vite-project.git
cd vite-project
npm install

Running the Project

To run the project, use the following command:

npm run dev

This will start the development server and open the project in your browser.

Building the Project

To build the project for production, use the following command:

npm run build

This will create a production-ready version of the project in the dist folder.

Deployment

To deploy the project, you can use any static hosting service. For example, you can use Netlify to deploy the project.

Contributing

If you'd like to contribute to the project, please feel free to open a pull request.