The best audience interactive in the world :)
- ask
Coming soon !
- organize
Coming soon !
- Change current directory to
ask-fronend
by using this command.
cd ask-frontend
- Install dependencies by using this command.
yarn
or
yarn install
- Start development server by using this command.
yarn develop
- Change current directory to
ask-api
by using this command.
cd ask-api
- Install dependencies by using this command.
yarn
or
yarn install
- Setting up environments.
- HOST_DEV_DB
- USER_DEV_DB
- PASSWORD_DEV
- DATABASE_DEV_DB
- SECRET
- Start development server by using this command.
yarn dev