Данный проект реализует веб-интерфейс для работы с платой Байкал
The following installation guide is fit for Ubuntu.
-
Clone the repository:
git clone https://github.com/IvanArkhipov1999/Web-interface-Baikal.git
-
Install Node.js and libraries
sudo apt update sudo apt install nodejs npm yarn yarn install
-
Run the server
npm start
-
Access
localhost:3000
in your web browser to test the server.