Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
/ wissle Public archive

Semester project for UCN Web Development 2017

License

Notifications You must be signed in to change notification settings

RailsRoading/wissle

Repository files navigation

Wissle

Wissle is an app where you can announce what you are doing in order to meet people with similar interests.

Installation

Prerequisites

  • RVM
  • NPM

Dependencies

$ rvm install $(cat .ruby-version)
$ rvm gemset create $(cat .ruby-gemset)
$ rvm use $(cat .ruby-version)@$(cat .ruby-gemset)
$ gem install bundler
$ bundle install
$ cd web
$ npm install yarn
$ yarn install

Execution

Run the Rails and the webpack server

$ foreman start

Development

Enable automated code style checking

$ overcommit --install

About

Semester project for UCN Web Development 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published