Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

openscript/webquote

Repository files navigation

webquote

A little wizard to create quotes for web sites, which was developed as a demonstration and an evaluation of the following technologies:

A production build is automatically deployed to Github Pages.

Development

This section describes how webquote is developed and how you can take part.

Contribute

Set up

Follow these steps to get started:

  1. Make sure NodeJS and Yarn is installed
    1. On MacOSx with homebrew
      brew install yarn
    2. On Ubuntu/Debian with apt
      1. Add the NodeJS repository
        curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
      2. Install the Yarn repository key
        curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
      3. Add the Yarn repository
        echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
      4. Update repositories
        apt update
      5. Install Yarn
        apt install nodejs yarn
    3. On Arch with pacman
      pacman -S yarn
  2. Install dependencies
    yarn install
  3. Start the webpack server
    yarn dev

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •