forked from ForkbombEu/didroom-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
# change colors | ||
|
||
* clone didroom-components | ||
* chang the name of the lib in packages.json | ||
* change colors inside the src/global/global.css | ||
|
||
# change typography | ||
|
||
* install your font choice from @fontsource inside the global from the cdn | ||
* change it also in tailwind.config.ts | ||
|
||
|
||
# publish the packages | ||
|
||
insert into the settings for your repository | ||
|
||
* NPM_TOKEN for publishing into the npm registry | ||
* PAT (personal access token) to generate PRs from the please-release-github action (https://github.com/settings/personal-access-tokens/new) | ||
|
||
# Change the logo | ||
|
||
change the svg inside `src/components/logo/didroom-logo.tsx` | ||
|
||
|
||
# Splash screen and icon | ||
|
||
Follow the giud from iconic/capacitor |