Skip to content

Commit

Permalink
Change the package manager to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
haneepark committed Feb 19, 2025
1 parent ef6cd69 commit 046b067
Show file tree
Hide file tree
Showing 3 changed files with 20,363 additions and 11,185 deletions.
8 changes: 4 additions & 4 deletions site-new/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ This directory contains the source code for the official Armeria website, built
### Installation

```
$ yarn
$ npm install
```

### Local Development

```
$ yarn start
$ npm run start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
$ npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
Expand All @@ -31,7 +31,7 @@ This command generates static content into the `build` directory and can be serv
Using SSH:

```
$ USE_SSH=true yarn deploy
$ USE_SSH=true npm run deploy
```

Not using SSH:
Expand Down
Loading

0 comments on commit 046b067

Please sign in to comment.