chore: environment initial setup
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# writer-helpers-mcp
|
||||
|
||||
> [!WARNING]
|
||||
> This is a WIP
|
||||
|
||||
## Development
|
||||
|
||||
### Clone
|
||||
Clone the repository, then enter the directory.
|
||||
|
||||
```
|
||||
git clone https://git.srjuggernaut.dev/SrJuggernaut/writer-helpers-mcp.git
|
||||
cd writer-helpers-mcp
|
||||
```
|
||||
|
||||
### Install dependencies
|
||||
This project uses [bun](https://bun.sh/), so install it first if you don't have it. Then install the dependencies.
|
||||
|
||||
```
|
||||
bun install
|
||||
```
|
||||
Reference in New Issue
Block a user