Skip to content

Commit

Permalink
Merge Leptos w/ Tailwind integrations (#3)
Browse files Browse the repository at this point in the history
* feat: add leptos_axum integration
* feat: enable json axum api
* feat: add tailwind css to leptos
* chore: add node & bun to install tailwind node_modules
* chore: fix build and deploy job to only run on main commits

---------

Co-authored-by: Alvin Januar <[email protected]>
  • Loading branch information
Alvin Januar and jumping-dragon committed Aug 4, 2024
1 parent f4bfeba commit 5484885
Show file tree
Hide file tree
Showing 17 changed files with 2,484 additions and 638 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: 'Terraform'
on:
push:
branches: [ "main" ]
pull_request:

permissions:
id-token: write
Expand Down Expand Up @@ -48,6 +47,17 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2

# Setup Nodejs
- name: Use Node v20
uses: actions/setup-node@v1
with:
node-version: 20

# Install & Build repo
- name: Use Bun to install and build
uses: oven-sh/setup-bun@v1
- run: bun install

- name: Setup Cargo Lambda
run: cargo binstall cargo-lambda -y

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.DS_Store
/infra/.*
/infra/terraform.tfstate*
/.infracost
/.infracost
/node_modules
Loading

0 comments on commit 5484885

Please sign in to comment.