ci-demo-2/frontend
Renovate Bot 0b5e3b601b
ci/woodpecker/push/frontend Pipeline was successful Details
ci/woodpecker/push/lint_general Pipeline was successful Details
chore(deps): update dependency eslint-config-prettier to v9.1.0 (#43)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | devDependencies | minor | [`9.0.0` -> `9.1.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/9.0.0/9.1.0) |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #43
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
2024-01-29 19:55:37 +00:00
..
app feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
public feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
.eslintrc.cjs feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
.gitignore feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
.prettierignore feat: sbom-generation (#3) 2023-11-07 15:04:35 +00:00
.prettierrc feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
README.md feat: sbom-generation (#3) 2023-11-07 15:04:35 +00:00
package.json chore(deps): update dependency eslint-config-prettier to v9.1.0 (#43) 2024-01-29 19:55:37 +00:00
pnpm-lock.yaml chore(deps): update dependency eslint-config-prettier to v9.1.0 (#43) 2024-01-29 19:55:37 +00:00
remix.config.js feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
remix.env.d.ts feat: frontend demo subproject added (#1) 2023-11-05 20:03:32 +00:00
trigger-file.txt chore(deps): pin dependencies (#35) 2024-01-29 13:07:59 +00:00
tsconfig.json chore(deps): pin dependencies (#35) 2024-01-29 13:07:59 +00:00

README.md

Welcome to Remix

Development

From your terminal:

pnpm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

pnpm run build

Then run the app in production mode:

pnpm start

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/
  • public/build/