You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
app | 3 years ago | |
config | 3 years ago | |
database | 3 years ago | |
public | 3 years ago | |
resources | 3 years ago | |
start | 3 years ago | |
.babelrc | 3 years ago | |
.editorconfig | 3 years ago | |
.env.example | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
ace | 3 years ago | |
clean-hot-update.sh | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
server.js | 3 years ago | |
tsconfig.json | 3 years ago | |
webpack.config copy.js | 3 years ago | |
webpack.config.js | 3 years ago | |
yarn.lock | 3 years ago |
README.md
Seepur - PoC
note: was written in a rush, and not polished. Needed something that worked for me. So soorry about the mess :)
Created for my mom and my daughter :) - open sourced, Though rough to setup (Admin is not really a thing yet)
Special thanks to:
- My daughter. for just being so darn cute
- Lior Vinter. All the iilustrations in the landing page and a lot more!
- Guy (Diego) Gvili. Thanks for some design tips
A shared story time experience
Make video calls with a synced book view! Best for babies/toddlers and grandparents
PoC:
- You can add a child
- Add a connection to the child (i.e grandparent)
- You can start a video/audio/book call (p2p)
- STUN/TURN configured in DB
- User management
- Upload books
- basic child profile page.
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