Skip to content

Very small javascript application that allows you to upload and instantly view stl files

Notifications You must be signed in to change notification settings

batcapricorn/stl_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

STL Upload Application

About

This is a small web application written in HTML and JavaScript that allows you to upload STL files and immediately view them in a STL viewer. I employed the viewstl package.

Development Setup

Here's how to get the site running on your machine:

  1. Get into a UNIX-like environment (e.g. using a VM or WSL2. If you're already on Linux/Mac, there is no action needed)

You need to employ some kind of http server, e.g. http-server by npm:

  1. If necessary, install npm by running curl https://npmjs.org/install.sh | sh
  2. Install http-server: npm install http-server -g
  3. Clone repository: git clone [email protected]:lukasboehm97/stl_upload.git
  4. Move into the directory: cd stl_upload
  5. Start server: http-server ./src
  6. You can now access the app at http://127.0.0.1:8080

About

Very small javascript application that allows you to upload and instantly view stl files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published