mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 04:19:43 +00:00
8e75b301f3b297715aaae19ab45cf62434366e3f
Welcome to Firecamp 👋
Pre-requisite
libraries to link
All libraries are linked via yarn in a specific package.
Example:
library to link
$ firecamp-packages/packages-misc/cloud-apis/yarn link
yarn link v1.22.17
success Registered "@firecamp/cloud-apis".
info You can now run `yarn link "@firecamp/cloud-apis"` in the projects where you want to use this package and it will be used instead.
Done in 0.10s.
library where library will be link
$ firecamp-oss/yarn link @firecamp/cloud-apis
yarn link v1.22.17
success Using linked package for "@firecamp/cloud-apis".
Done in 0.09s.
Following are the list of libs need to link on root of the project:
- @firecamp/cloud-apis
- @firecamp/indexed-db
- @firecamp/types
local libraries
Following are the list:
| package | directory path | lib. to clone |
|---|---|---|
| electron-oauth-helper | firecamp-forks/electron-oauth-helper | https://github.com/firecamp-forks/electron-oauth-helper |
Note: Run yarn and tsc after clone
Install
yarn install
Run dev app
yarn dev
Languages
TypeScript
90.5%
SCSS
3.8%
MDX
2.2%
JavaScript
1.6%
CSS
1.2%
Other
0.6%