Skip to content

Commit

Permalink
Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 22, 2024
1 parent 96fd728 commit a5a503b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Install nix
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable

- uses: cachix/cachix-action@v14
with:
name: holochain-ci

- uses: cachix/cachix-action@v14
with:
name: holochain-open-dev

- name: Install and Build 🔧
run: |
nix develop github:holochain-open-dev/infrastructure#synchronized-pnpm --command bash -c "pnpm install && pnpm -F site build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
testbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install nix
uses: cachix/install-nix-action@v25
Expand Down
27 changes: 27 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,37 @@ <h2 class="area-headline">plenty<br /></h2>
<p>
With it, you can add producers and their products' details, create orders from all the households that are members of the buyers club, and manage delivery and sorting tasks.
</p>

<div class="column">
<p>
Curious to learn more?

<br>
<br>

<a href="https://darksoil.substack.com/p/a-road-to-plenty?utm_source=profile&utm_medium=reader2">Read our substack article about plenty.</a>
</p>
</div>
</rocket-card>
</rocket-columns>
</rocket-content-area>

<rocket-content-area>
<h2>project status</h2>

<p>
After doing user reasearch, we have started software development of the prototype of plenty. Stay tuned for updates coming soon!
</p>
</rocket-content-area>

<rocket-content-area>
<h2>contributing</h2>

<p>
After doing user reasearch, we have started software development of the prototype plenty. Stay tuned
</p>
</rocket-content-area>

<rocket-content-area>
<rocket-columns>
<div>
Expand Down

0 comments on commit a5a503b

Please sign in to comment.