A safe and fun way to spend time with far away loved ones
Go to file
2020-05-09 15:11:55 -04:00
app Lots of fixes regarding call flow. 2020-05-01 01:55:26 -04:00
config wip 2020-04-12 10:25:42 -04:00
database [WIP] Basic lobby and multibook support. Call is not working ATM. Need to fix signaling 2020-04-29 19:45:50 -04:00
public A bit of ui polish 2020-05-09 15:11:55 -04:00
resources A bit of ui polish 2020-05-09 15:11:55 -04:00
start Fixed call. Added lobby signals + book selection signals 2020-04-29 22:34:14 -04:00
.babelrc wip 2020-04-12 10:25:42 -04:00
.editorconfig Initial commit 2020-01-13 20:57:43 -05:00
.env.example Initial commit 2020-01-13 20:57:43 -05:00
.gitignore wip 2020-03-17 18:16:34 -04:00
ace Initial commit 2020-01-13 20:57:43 -05:00
clean-hot-update.sh A bit of ui polish 2020-05-09 15:11:55 -04:00
Dockerfile adding an empty db file in container 2020-01-19 13:52:46 -05:00
package.json A bit of ui polish 2020-05-09 15:11:55 -04:00
README.md Update 'README.md' 2020-04-30 13:26:05 +00:00
server.js wip 2020-04-12 10:25:42 -04:00
tsconfig.json wip 2020-04-12 10:25:42 -04:00
webpack.config copy.js wip 2020-02-02 17:42:18 -05:00
webpack.config.js wip 2020-04-12 10:25:42 -04:00
yarn.lock Able to change host during a call 2020-04-14 11:06:09 -04:00

Seepur

A shared story time experience

For Development

  • yarn install
  • To create or run the DB migrations: npx adonis migration:run
Running dev server
  • npx adonis serve --dev
Build vue js apps
  • yarn build:applications
Build css
  • yarn build:css

Build application

  • yarn build