Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tailwind css and tailwind-styled-components #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REACT_APP_SUBGRAPH_URL=http://127.0.0.1:8000/subgraphs/name/zaqk/fun-and-games-sg/graphql
REACT_APP_CHAIN_ID=31337
REACT_APP_RPC_URL="https://127.0.0.1:8545/"
REACT_APP_GAME_DIRECTORY_ADDRESS =0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9
REACT_APP_CASHIER_ADDRESS =0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0
REACT_APP_ACCOUNT_ADDRESS =0x5FbDB2315678afecb367f032d93F642f64180aa3
REACT_APP_USDC_ADDRESS =0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512
REACT_APP_RPC_URL="http://127.0.0.1:8545/"
REACT_APP_GAME_DIRECTORY_ADDRESS=0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9
REACT_APP_CASHIER_ADDRESS=0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0
REACT_APP_ACCOUNT_ADDRESS=0x5FbDB2315678afecb367f032d93F642f64180aa3
REACT_APP_USDC_ADDRESS=0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# misc
.DS_Store
.env.*
.env.local
.env.development.local
.env.test.local
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Readme coming soon


When running the server, have a separate process that runs `npx tailwindcss -i ./public/index.css -o ./src/_tailwind_compiled.css --watch` to watch changes on your css.
Loading