Skip to content

Commit 3de6127

Browse files
chore: align repository convention baseline
1 parent f263836 commit 3de6127

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
blank_issues_enabled: false
2-
contact_links:
3-
- name: Question or Discussion
4-
url: https://github.com/giacomoguidotto/blueprint/discussions
5-
about: Ask questions and share ideas in GitHub Discussions.

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ concurrency:
1010
group: ci-${{ github.ref }}
1111
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
check:
1518
runs-on: ubuntu-latest

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,15 @@ Not just a template, but a live, working app. Clone it, plug in your keys, and y
3939

4040
### 0. Prerequisites
4141

42-
You can choose to use [devenv](https://devenv.sh/getting-started/) to take advantage of the environment already set up in `devenv.nix`.
43-
Otherwise, make sure you have:
44-
- the latest LTS of [Node.js](https://nodejs.org/en/download/) installed.
45-
- the latest version of [Bun](https://bun.sh/docs/installation) runtime installed.
42+
You can use [mise](https://mise.jdx.dev/getting-started.html) to install the toolchain declared in `mise.toml`:
43+
44+
```bash
45+
mise install
46+
```
47+
48+
Otherwise, make sure you have matching versions of:
49+
- [Node.js](https://nodejs.org/en/download/)
50+
- [Bun](https://bun.sh/docs/installation)
4651

4752
You'll then need to setup a WorkOS account. You can [start here](https://dashboard.workos.com/get-started). After the entire setup process, you should have the following credentials:
4853
- `WORKOS_API_KEY`

0 commit comments

Comments
 (0)