Skip to content

Commit

Permalink
chore: 🤖 release basic search, table NFT images and other amends (PR #92
Browse files Browse the repository at this point in the history
)
  • Loading branch information
heldrida authored Dec 14, 2021
2 parents 76750ed + 344b92e commit 404bc46
Show file tree
Hide file tree
Showing 42 changed files with 13,308 additions and 12,350 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- next
- beta

workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
__PROJECT
**/cap_canister_id

**/webpack-stats.json
**/compilation-stats.json

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Learn more about [Cap](https://github.com/Psychedelic/cap) by reading the origin
- [Build the distribution app](#build-the-distribution-app)
- [Configure NPM for Github Package Registry](#configure-npm-for-github-package-registry)
- [Tests](#tests)
- [Profiler](#profiler)
- [Contribution guideline](#contribution-guideline)

## ⚙️ Requirements
Expand Down Expand Up @@ -189,9 +190,9 @@ Bear in mind that the [Psychedelic](https://github.com/psychedelic) keeps packag

## 🔫 Staging

The Staging url can be found [here](https://blue-bar-1426.on.fleek.co/) and should be in sync with the lastest succesfull build and deploy in the HEAD of [develop branch](https://github.com/Psychedelic/cap-explorer/commits/develop).
The Staging url can be found [here](https://zx4fi-ryaaa-aaaad-qa4ya-cai.ic.fleek.co) and should be in sync with the lastest succesfull build and deploy in the HEAD of [develop branch](https://github.com/Psychedelic/cap-explorer/commits/develop).

[https://blue-bar-1426.on.fleek.co/](https://blue-bar-1426.on.fleek.co/)
[https://zx4fi-ryaaa-aaaad-qa4ya-cai.ic.fleek.co](https://zx4fi-ryaaa-aaaad-qa4ya-cai.ic.fleek.co)

## 👻 Configure NPM for Github Package Registry

Expand Down Expand Up @@ -235,6 +236,17 @@ Our stylesheets are created with [Stitches](https://stitches.dev/), a CSS-in-JS

Our icons are managed with [Icomoon Web App](https://icomoon.io/), that generates the icon fonts for us and placed in-componet by our font toolking [Fleekon](https://github.com/FleekHQ/fleekon).

## ⚡️ Profiler

Generate statistics about the modules for the dashboard, by running the profiler command:

```sh
yarn profiler:dashboard
```

The webpack bundle analyzer will start and if your OS allows it, open the dashboard in the default browser of your OS.

Optionaly, find the `webpack-stats.json` in the `packages/dashboard` and upload it to [webpack analyse](https://webpack.github.io/analyse/).

## 🙏 Contribution guideline

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"release": {
"branches": [
"main",
"next"
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down Expand Up @@ -82,7 +85,8 @@
"cap:start": "./.scripts/run-cap-service.sh",
"cap:reset": "./.scripts/cap-reset.sh",
"cap:generate-mocks": ".scripts/generate-cap-mocks.sh",
"release": "standard-version"
"release": "standard-version",
"profiler:dashboard": "lerna run --stream --scope dashboard webpack:profiler"
},
"engines": {
"node": ">=16",
Expand Down
Loading

0 comments on commit 404bc46

Please sign in to comment.