A safe and fun way to spend time with far away loved ones
Go to file
2020-05-13 21:59:40 -04:00
app Fixed some issues with email spam scores 2020-05-13 21:59:40 -04:00
config Fixed some issues with email spam scores 2020-05-13 21:59:40 -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 Fixed some issues with email spam scores 2020-05-13 21:59:40 -04:00
resources Fixed some issues with email spam scores 2020-05-13 21:59:40 -04:00
start First implementation of email service 2020-05-12 21:30:11 -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 Fixed some issues with email spam scores 2020-05-13 21:59:40 -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 Fixed some issues with email spam scores 2020-05-13 21:59:40 -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