Giter Site home page Giter Site logo

hanajiakong / js_spectralsequences Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hoodmane/js_spectralsequences

0.0 0.0 0.0 18.72 MB

Browser-based interactive spectral sequence viewer and editor.

JavaScript 93.91% HTML 4.11% PHP 1.34% CSS 0.63%

js_spectralsequences's Introduction

Compilation

The directory src/ contains the source code for the spectral-sequences module. This is compiled into bundle.js, which is what you should include into your webpage.

To install dependencies for compilation, run

 $ npm install

This only has to be done once. Afterwards, to compile the source code into bundle.js, run

 $ npm run build

Running

Due to CORS restrictions, opening an file directly in a browser is unlikely to succeed. Instead, you should run a web server that serves the directory and then access localhost. To do so, navigate into the directory containing the source code, and run one of the following two commans:

 $ python3 -m http.server 8080
 $ npx http-server

Afterwards, direct your browser to http://localhost:8080/

js_spectralsequences's People

Contributors

dalcde avatar

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.