Skip to content

Commit

Permalink
chore: extend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abriginets committed Feb 12, 2024
1 parent b110044 commit 23ec310
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,22 @@
- VSCode config to kickstart all the linters and prettiers using `formatOnSave` 🤤
- Winston powered logging. Formatted and colored for devs, forced JSON for machines 😏
- Strictly typed handcrafted config service 👽

## Getting Started

Make sure you have [asdf](https://asdf-vm.com/guide/getting-started.html) installed along with [asdf-nodejs plugin](https://github.com/asdf-vm/asdf-nodejs/) before you get started

After checking out the repository execute the following command

```sh
$ asdf install
```

Check currently installed NodeJS version. It should match the one specified in `.tool-versions` file:

```sh
$ node -v
> v20.11.0
```

And that's it! You are good to go 🎆

0 comments on commit 23ec310

Please sign in to comment.