/superstring

A web application for generating and manipulating data.

Primary LanguageTypeScriptOtherNOASSERTION

Main Release

Superstring

This is a web application which is designed to generate and manipulate data in varying formats. It is served securely at superstring.tools, or the application can be hosted locally within your own network using virtually any HTTP server software (e.g. NGINX, Apache).

Docker

This application comes with a reference Dockerfile which bundles the application resources into a layer which is served by NGINX.

Build

To build a docker image from this repository and serve the resulting content:

docker build -t ddsoyka/superstring:latest .

Pull

To pull a prebuilt image from the Docker Hub:

docker pull ddsoyka/superstring:latest

Serve

To serve the application from your machine on port 3000:

docker run --rm -d -p 3000:80 ddsoyka/superstring:latest

Languages

  • English

Credits

  • Various Authors for graphic assets; work exhibited at Flaticon.
  • Daniel Douglas Soyka for code contributions.