A safe and fun way to spend time with far away loved ones
app | ||
config | ||
database | ||
public | ||
resources | ||
start | ||
.babelrc | ||
.editorconfig | ||
.env.example | ||
.gitignore | ||
ace | ||
clean-hot-update.sh | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js | ||
tsconfig.json | ||
webpack.config copy.js | ||
webpack.config.js | ||
yarn.lock |
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