GithubHelp home page GithubHelp logo

rtpro / finicky-whiskers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fermyon/finicky-whiskers

0.0 0.0 0.0 7.58 MB

Demo app

Home Page: https://www.finickywhiskers.com

License: Apache License 2.0

Shell 0.23% JavaScript 1.02% Ruby 76.43% Go 0.02% Rust 1.67% Makefile 0.34% HTML 2.64% HCL 0.27% Roff 14.70% SCSS 2.69%

finicky-whiskers's Introduction

Finicky Whiskers is comprised of a handful of microservices. Click on each item below to see more details around a particular microservice.

Prerequisites

You'll need Spin v0.4.0 to run the site locally.

You will also need wasi-vfs in order to build and run the Ruby part:

$ brew tap kateinoigakukun/wasi-vfs https://github.com/kateinoigakukun/wasi-vfs.git
$ brew install kateinoigakukun/wasi-vfs/wasi-vfs

To Build

This will by default build all microservices per the Makefile in their directories:

make build

You may also build a particular microservice by navigating into its directory and running make build or from the root of this repo via make build-<microservice> e.g.:

make build-session

To Run

Finicky Whiskers depends on a Redis instance to run. The default connection string is redis://localhost:6379.

If you have Docker installed, you can start a redis container like so:

make start-redis

The following command will serve the Finicky Whiskers site locally:

make serve

This will run the game at http://127.0.0.1:3000

When finished, the following command will stop the redis container:

make stop-redis

To Test

The following command will serve the site and then run the integration test as seen here:

make test-server

finicky-whiskers's People

Contributors

adamreese avatar flynnduism avatar technosophos avatar vdice avatar mikkelhegn avatar karthik2804 avatar bacongobbler 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.