2022-12-20 10:32:34 +05:30
2022-10-07 21:35:03 +05:30
2022-11-28 16:23:30 +05:30
2022-12-20 10:32:34 +05:30
2022-09-20 14:03:45 +05:30
2022-10-08 17:57:09 +05:30
2022-12-17 07:24:54 +00:00
2022-12-16 12:31:29 +00:00
2022-10-11 16:29:46 +05:30

Welcome to Firecamp 👋

Firecamp Discord Documentation Maintenance Twitter: 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
Description
No description provided
Readme AGPL-3.0 10 MiB
Languages
TypeScript 90.5%
SCSS 3.8%
MDX 2.2%
JavaScript 1.6%
CSS 1.2%
Other 0.6%