Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mumuki-gobstones-code-runner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mumuki-gobstones-code-runner

  • 0.11.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

<gobstones-code-runner>

Element providing code runner interface for Gobstones Web

Install Development Environment

First, make sure you have the Polymer CLI and Bower installed.

$ npm install -g bower
$ npm install -g polymer-cli
$ npm install -g vulcanize

Then, run bower install

Viewing Your Application

$ polymer serve

Building Your Application

$ polymer build

This will create a dist/gobstones-code-runner.html file.

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

Deploy Demo to gobstones.github.io/gobstones-code-runner

Just create a folder and run gp.sh with parameters:

mkdir temp
cd temp
../gp.sh gobstones gobstones-code-runner dev
cd ..
rm -rf temp

or simply execute ./deploy-gh-pages.sh

Gem wrapper

This module can also be deployed a ruby gem. gobstones-code-runner works with Ruby >= 2.3.1

cd gem
rake wrapper:wrap
bundle install
bundle exec rspec

Building

This command will build a minified .html file with all included:

./build.sh

Tagging and releasing

./tag.sh

FAQs

Package last updated on 05 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc