Giter Site home page Giter Site logo

supersodasea / js-dos-emulators Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caiiiycuk/emulators

0.0 0.0 0.0 4.04 MB

emulator protocol and backends

Home Page: https://js-dos.com/v7/build/

License: GNU General Public License v2.0

Shell 0.16% JavaScript 29.73% C++ 3.44% C 61.92% TypeScript 3.50% CSS 0.13% HTML 0.27% CMake 0.81% GLSL 0.01% Dockerfile 0.02%

js-dos-emulators's Introduction

build emulators

Emulators for js-dos 7.xx

Using Docker

Build image

    docker build -t emulators . 

Test image

    docker run -p 8080:8080 -ti emulators

Open http://localhost:8080/test/test.html in browser, all test should pass

Development

Run inside the project dir:

    docker run -v `pwd`/src:/app/src -v `pwd`/test:/app/test -v `pwd`/dist:/app/dist -ti emulators bash
    source /emsdk/emsdk_env.sh
    gulp OR ./node_modules/.bin/tsc --watch

Use your code editor to edit the content of src and test. In the docker VM you can run gulp to build everything into dist OR use ./node_modules/.bin/tsc --watch if you need only compile time checks.

js-dos-emulators's People

Contributors

caiiiycuk avatar dependabot[bot] avatar matthewturk avatar rwv avatar xsro 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.