# Add NodeSource repository
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
# Install Node.js and npm
sudo apt-get install -y nodejs
# Verify installation
node -v && npm -v-
Clone the repository:
git clone https://github.com/yourusername/tensor_expressions_webapp.git cd tensor_expressions_webapp -
Install dependencies:
npm install
-
Run the application:
npm run dev
-
Open your browser and navigate to:
http://localhost:5173/tensor_expressions_webapp/
# Build Docker image
docker-compose build
# Start container
docker-compose up
# Access at http://localhost:4173/tensor_expressions_webapp/# Start build
npm run build
# Build folder is dist in vite
# Now, take all files from that newly created build folder and upload them into your_folder_name, with filezilla, for instance, in subfolder like this:
#public_html/your_folder_name
#Check in the browser!
The project is deployed on GitHub Pages. You can find the live version at:
https://seriousseal.github.io/tensor_expressions_webapp/