Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

davidwessman/synka

Repository files navigation

Synka.app - handle day to day customer contact via SMS.

Getting started

The application is written in Ruby on Rails, download the repository and get started!

Install SSL for localhost

https://github.com/FiloSottile/mkcert

brew install mkcert
mkcert -install
cd config/ssl
mkcert example.com "*.example.com" example.test localhost 127.0.0.1 ::1
mv example.com+5-key.pem example-key.pem
mv example.com+5.pem example.pem

Application should be available at https://localhost:8443.

Webpack

If editing a lot of javascript code which needs to be recompiled, start the webpack-dev-server separately. In a terminal separate from rails s:

./bin/webpack-dev-server

Start the server

foreman start -f Procfile.dev

Create user

  • Run rails console
  • In the console, input:
User.create!(email: 'youremail@mail.com', role: :admin, password: 'your-new-password', name: 'You!')

Status

CircleCI

About

Synka.app - handle day to day customer contact via SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •