Skip to content

WHO (Wanna Hang Out?) is a place to discover and plan meetings near you.

Notifications You must be signed in to change notification settings

aboredvaro/WannaHangOut-frontend

Repository files navigation

Wanna Hang Out

We use Heroku to deploy our app, you can try the app here (beta)

Installation

MacOS

First install nvm (MacOS)

Linux (debian)

Download & Install nvm

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash

Configuration nvm

$ export NVM_DIR="$HOME/.nvm" 
$ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
$ [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"

Use node 14.17.3

$ nvm install 14.17.3
$ nvm use 14.17.3

Use yarn

$ npm i -g yarn

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3001
$ yarn run dev

# build electron application for production
$ yarn run build

Code styling

# check code styling errors and warnings
$ yarn run lint

# fix potentially fixable errors automatically
$ yarn run lint --fix

About

WHO (Wanna Hang Out?) is a place to discover and plan meetings near you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •