chore: fix old links in some docs (#256)

* chore: fix old links in some docs

* chore: update package lock

* chore: update turbo

* chore:  remove commented out temporary fix
This commit is contained in:
Ayo Ayco 2023-02-01 15:00:00 +01:00 committed by GitHub
parent f79ce72a1c
commit c0c0f941eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1624 additions and 4095 deletions

View file

@ -49,13 +49,13 @@ We mainly use the `demo` app to see changes we make on the packages. Do the foll
1. Fork the project then clone to your computer
```
git clone git@github.com:<your-user-name>/astro-reactive-library.git
git clone git@github.com:<your-user-name>/astro-reactive.git
```
2. Go into the project directory
```
cd astro-reactive-library
cd astro-reactive
```
3. Install the node dependencies
@ -128,6 +128,8 @@ Thank you again for your interest in contributing!
🛠️ Create a [new issue](https://github.com/astro-reactive/astro-reactive/issues/new/choose) for bugs found or improvement ideas
<!--
## Play around examples:
<a href="https://stackblitz.com/edit/github-ze9ebb-tthuka?file=package.json,src%2Fpages%2Findex.astro">
@ -143,3 +145,4 @@ Thank you again for your interest in contributing!
/>
</a>
-->

View file

@ -38,13 +38,13 @@ We mainly use the `demo` app to see changes we make on the packages. Do the foll
1. Fork the project then clone to your computer
```
git clone git@github.com:<your-user-name>/astro-reactive-library.git
git clone git@github.com:<your-user-name>/astro-reactive.git
```
2. Go into the project directory
```
cd astro-reactive-library
cd astro-reactive
```
3. Install the node dependencies
@ -93,6 +93,8 @@ This project is only possible because of the support and contribution of our com
👉 _[Join our contributors!](https://github.com/astro-reactive/astro-reactive/blob/main/CONTRIBUTING.md)_
<!--
## Play around examples:
<a href="https://stackblitz.com/edit/github-ze9ebb-tthuka?file=package.json,src%2Fpages%2Findex.astro">
@ -108,3 +110,4 @@ This project is only possible because of the support and contribution of our com
/>
</a>
-->

5698
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
{
"name": "astro-reactive-library",
"name": "astro-reactive",
"description": "Astro components for building reactive user interfaces 🚀",
"version": "0.0.0",
"repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://ayco.io/showcase/astro-reactive-library#readme",
"homepage": "https://github.com/astro-reactive/astro-reactive#readme",
"author": {
"name": "Ayo Ayco",
"email": "ayo@ayco.io",
@ -45,7 +45,6 @@
"devDependencies": {
"eslint-config-turbo": "^0.0.4",
"rimraf": "^3.0.2",
"turbo": "^1.6.3"
"turbo": "^1.7.1"
}
}