Skip to content

the0neWhoKnocks/funhaus-trend-master

Repository files navigation

Funhaus Trend Master

A game-ified version of Funhaus' web series.

funhaus-trend-master-01

Customizable

funhaus-trend-master__customizable-01


Installation

yarn

Usage

# Build & Start the server
yarn build
yarn start

You can then use the nav via a mouse to navigate, or CTRL+LEFT or CTRL+RIGHT on your keyboard.


Development

# Run these commands in separate terminals
yarn build --dev # terminal 1
yarn start --dev # terminal 2
# OR
yarn build -d # terminal 1
yarn start -d # terminal 2

# view help
yarn build --help
yarn start --help

# Lint
yarn test

You can go through the app without having to set up any data by adding this to the URL ?demo.

You can also test out specific views by adding a query param of ?view=<TYPE>. The available types are:

  • enterTerms
  • finalScore
  • term
  • termResults

About

A game-ified version of Funhaus' web series.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published