Code Monkey home page Code Monkey logo

limbforge's Introduction

LimbForge

This is a tool for enabling easy sizing of e-NABLE device files by a web client. The files can then be inspected in the browser's 3D canvas and downloaded as a single zip file.

For more information about the project, the approach, and on-boarding new device designs into LimbForge, please visit the wiki.

Setting up your dev environment

(Note: these instructions are for Linux and OS X)

Install Node. My personal favorite way of installing and managing node is with NVM (Node Version Manager).
Copy this script into your terminal

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash

Now we're going to run a few steps to get NVM up and running.
Copy and paste the code below into your terminal. It will do the following:

  • Set nvm to run whenever you open a terminal
sudo echo ". ~/.nvm/nvm.sh" >> ~/.bashrc
  • Run nvm for this terminal window instance
. ~/.nvm/nvm.sh
  • Download your favorite version of Node. For this project, we will be using Node V5.10
nvm install v5.10
nvm alias default v5.10

As of now, the dev environment is only a Sass compiler and a file server. To download the required tools, type:

npm install

Okay, all the tough stuff is done. To run our server type:

npm start

Go to localhost:8080 to check out the site!

limbforge's People

Contributors

jmankoff avatar andreasbastian avatar

Watchers

Daniel Ashbrook avatar James Cloos avatar  avatar Kavi Dey avatar

Forkers

87182485

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.