8000 GitHub - jimkang/shuffle: A simple web app that shuffles user-defined text
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jimkang/shuffle

Repository files navigation

shuffle

https://ghostcrab.io/shuffle/

A web app that shuffles user-defined text. Example: randomized daily warm-ups

Getting it running

Once you have this source code on your computer, you can get it running by doing the following.

  • Install Node 10 or later.
  • From the root directory of the project (the same one this README file is in), run this command: npm i
  • Then, run make run. It should then say something like Your application is ready~! Local: http://0.0.0.0:7000
    • On Windows, you may not have make. In that case, you can run npm run dev.
    • Go to http://0.0.0.0:7000 (or http://localhost:7000) in your browser. The web app will be running there.

About

A simple web app that shuffles user-defined text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0