Skip to content

Commit

Permalink
fix: update repo in degit script
Browse files Browse the repository at this point in the history
  • Loading branch information
sprabowo authored Aug 15, 2021
1 parent 18f8307 commit b11624d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ You can check your current version of node by typing `node -v` in your terminal.

## Quickstart

You can use the [vite-template-solid](https://github.com/amoutonbrady/vite-template-solid) starter templates similar to CRA:
You can use the [vite-template-solid](https://github.com/solidjs/templates) starter templates similar to CRA:

```bash
$ npx degit amoutonbrady/vite-template-solid/js my-project
$ cd my-project
$ npx degit solidjs/templates/js my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
$ npm run start # starts dev-server with hot-module-reloading
$ npm run build # builds to /dist
Expand Down

0 comments on commit b11624d

Please sign in to comment.