Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Remove frontend subdir and put project to root
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 28, 2023
1 parent 48fe839 commit 1da13b5
Show file tree
Hide file tree
Showing 55 changed files with 5 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
with:
push: true
tags: ghcr.io/kkrt-labs/kakacet/frontend:latest
context: ./frontend
platforms: linux/amd64,linux/arm64
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
network-timeout 500000
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ relies on the same backend.

The only difference is that it accepts as input an EVM address, which is first
converted to its Starknet address counterpart before calling the faucet.

Use the [docker-compose.yml](./docker-compose.yml) to start the backend before
the front end.
Binary file added build/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added build/static/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/package.json → package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "boilerplate",
"name": "kakacet",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added src/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1da13b5

Please sign in to comment.