added gitpod (#129)
This commit is contained in:
parent
21486e1baa
commit
a396969513
3 changed files with 20 additions and 1 deletions
9
.gitpod.yml
Normal file
9
.gitpod.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# This configuration file was automatically generated by Gitpod.
|
||||
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
|
||||
# and commit this file to your remote git repository to share the goodness with others.
|
||||
|
||||
tasks:
|
||||
- init: npm install && npm run build
|
||||
command: npm run start
|
||||
|
||||
|
|
@ -37,6 +37,10 @@ Packages:
|
|||
1. [landing-page](https://github.com/ayoayco/astro-reactive-library/tree/main/apps/landing-page) - in the directory `apps/landing-page`
|
||||
- Astro website for the library's introductory landing page
|
||||
|
||||
[](https://gitpod.io/#https://github.com/ayoayco/astro-reactive-library.git)
|
||||
|
||||
|
||||
|
||||
# Running locally
|
||||
|
||||
We mainly use the `demo` app to see changes we make on the packages. Do the following to start hacking:
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
</a>
|
||||
<a href="https://github.com/ayoayco/astro-reactive-library">
|
||||
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library" />
|
||||
</a>
|
||||
<a href="https://gitpod.io/#https://github.com/ayoayco/astro-reactive-library.git">
|
||||
<img
|
||||
src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod"
|
||||
alt="Contribute with Gitpod"
|
||||
/>
|
||||
</a>
|
||||
<br />
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue