solhop / play

SolHOP Playground

Home Page:https://solhop-play.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SolHOP Playground

Netlify Status .github/workflows/test.yml .github/workflows/publish.yml

A playground to test out the tools.


How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

How to run unit tests

# Runs tests in Firefox
npm test -- --firefox

# Runs tests in Chrome
npm test -- --chrome

# Runs tests in Safari
npm test -- --safari

LICENSE: MIT

About

SolHOP Playground

https://solhop-play.netlify.app

License:MIT License


Languages

Language:Rust 49.1%Language:HTML 31.3%Language:JavaScript 17.7%Language:SCSS 2.0%