/should-i-watch-this-www

Simple website to ask the internet if it's worth watching this movie.

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

License

should-i-watch-this.com

website

This is the website project using should-i-watch-this.

Development

$ npm install
$ npm run dev

Navigate to localhost:5000.

Deployment

Preparation (one time)

  1. cp .env.example .env
  2. Fill in appropriate values in .env

Deploy

  1. npm run dist

Contributing

  1. Fork it (https://github.com/koffeinfrei/should-i-watch-this-www/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Made with ☕ by Koffeinfrei