This is a monorepo with most of Daily's frontend projects. It was created as part of Daily 2.0 refactor to separate concerns to different standalone projects. The main concept of the refactor was to enable others use Daily style guidelines in their applications as well.
- Yarn for managing dependencies.
- Node v10.21.0 (a
.nvmrc
is presented for nvm users). - lerna for managing the monorepo.
Library which implements Daily's style guidelines. It mainly contains Vue generic components (such as modals, text boxes and toggles) but also consists of style sheets which define color platte, typography and more. For more information click here.
Typescript library with clients for interaction with Daily's backend services. The library encapsulates the http requests to simple methods and defines relevant types to make it easy to use. For more information click here.
Daily browser extension in its glory, written in Vue and powered by the components and services libraries. Everything you always wanted to know about the extension can be found here. For more information click here.
Internal system for managing the content you see on Daily. Currently it supports managing only the new source requests from the community.
So you want to contribute to Daily Apps and make an impact, we are glad to hear it. ๐
Before you proceed we have a few guidelines for contribution that will make everything much easier. We would appreciate if you dedicate the time and read them carefully: https://github.com/dailydotdev/.github/blob/master/CONTRIBUTING.md
After cloning the project, please make sure to run the following commands to bootstrap the project:
npx lerna bootstrap
npx lerna run build
- Install node v10.21.0 and yarn
- Bootstrap project
npx lerna bootstrap
- Build project
npx lerna run build
- Change working directory to extension project
cd packages/extension
- Build Firefox version
yarn build:firefox
- Firefox build should be located at
dist