Skip to content

Commit c5c32e9

Browse files
authored
chore: update discord link (#293)
1 parent bfff3fa commit c5c32e9

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

readme.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@
44

55
## Contents
66

7-
### [App template](https://github.com/tendermint/vue/tree/develop/packages/template)
7+
### [App template](https://github.com/ignite/web/tree/develop/packages/vue-template)
88

9-
A Vue 3 web application template is bundled with the [Ignite CLI](https://github.com/ignite-hq/cli). The template features an asset list, transaction list, token transfer component, and a form component for custom models created with Ignite. The template is connected to the [Keplr](https://github.com/chainapsis/keplr-wallet/) wallet by default.
9+
A Vue 3 web application template is bundled with the [Ignite CLI](https://github.com/ignite/cli). The template features an asset list, transaction list, token transfer component, and a form component for custom models created with Ignite. The template is connected to the [Keplr](https://github.com/chainapsis/keplr-wallet/) wallet by default.
1010

11-
### Vuex modules
12-
13-
[@starport/vuex](https://github.com/ignite-hq/web/tree/develop/packages/vuex)
14-
15-
A set of Vuex modules implement functionality common to most Cosmos SDK chains.
16-
17-
### [@starport/vue](https://github.com/tendermint/vue/tree/develop/packages/vue)
11+
### [@ignt/vue-library](https://github.com/ignite/web/tree/develop/packages/vue-lib)
1812

1913
A library that contains components used by the template.
2014

@@ -23,13 +17,13 @@ A library that contains components used by the template.
2317
Inside your `PROJECT_DIRECTORY/vue` directory, run the following command to start your frontend local environment:
2418

2519
```bash
26-
npm install
27-
npm run dev
20+
pnpm install
21+
pnpm dev
2822
```
2923

3024
## Questions
3125

32-
For questions and support, join the official [Ignite Discord](https://discord.gg/ignite) server. The issue list in this repo is exclusively for bug reports and feature requests.
26+
For questions and support, join the official [Ignite Discord](https://discord.com/invite/ignitecli) server. The issue list in this repo is exclusively for bug reports and feature requests.
3327

3428
## Contributing
3529

0 commit comments

Comments
 (0)