Remove shell prompt

This commit is contained in:
Brian Beck 2024-04-28 20:20:40 -07:00
parent 29c6440014
commit 6f3b592070

View file

@ -6,20 +6,20 @@
Clone the repository and run: Clone the repository and run:
```console ```sh
$ npm install npm install
``` ```
Then run `npm start` to launch the development server: Then run `npm start` to launch the development server:
```console ```sh
$ npm start npm start
``` ```
Build the production version of the app with `npm run build`: Build the production version of the app with `npm run build`:
```console ```sh
$ npm run build npm run build
``` ```
You will also need to clone the [t2-skins](https://github.com/exogen/t2-skins) You will also need to clone the [t2-skins](https://github.com/exogen/t2-skins)