Skip to content

Commit

Permalink
Remove shell prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
exogen committed Apr 29, 2024
1 parent 29c6440 commit 6f3b592
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

Clone the repository and run:

```console
$ npm install
```sh
npm install
```

Then run `npm start` to launch the development server:

```console
$ npm start
```sh
npm start
```

Build the production version of the app with `npm run build`:

```console
$ npm run build
```sh
npm run build
```

You will also need to clone the [t2-skins](https://github.com/exogen/t2-skins)
Expand Down

0 comments on commit 6f3b592

Please sign in to comment.