A safe and fun way to spend time with far away loved ones
Go to file
2020-06-04 19:07:34 -04:00
app Fixed zoomIn/Out slider in editBook + now you can view books offline. click on a book on your home page 2020-06-04 19:07:34 -04:00
config redis fix (config) 2020-05-17 20:50:26 -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 zoomIn/Out slider in editBook + now you can view books offline. click on a book on your home page 2020-06-04 19:07:34 -04:00
resources Fixed zoomIn/Out slider in editBook + now you can view books offline. click on a book on your home page 2020-06-04 19:07:34 -04:00
start Fixed zoomIn/Out slider in editBook + now you can view books offline. click on a book on your home page 2020-06-04 19:07:34 -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 docker node version + npm lockfile 2020-05-13 22:46:45 -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 non slim node 2020-05-13 22:53:46 -04:00
package-lock.json Made an image picker component + more polished create new child 2020-05-20 21:18:56 -04:00
package.json Made an image picker component + more polished create new child 2020-05-20 21:18:56 -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