https://github.com/devlyn37/hackathon-starter
https://github.com/devlyn37/hackathon-starter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devlyn37/hackathon-starter
- Owner: devlyn37
- Created: 2022-11-04T18:40:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T02:21:29.000Z (over 3 years ago)
- Last Synced: 2025-04-04T16:46:51.274Z (about 1 year ago)
- Language: TypeScript
- Homepage: hackathon-starter-two.vercel.app
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackathon
fork of this beautiful repo https://github.com/ChangoMan/nextjs-ethereum-starter tailored more towards what I do at hackathons
## Getting Started
we're using yarn
run
```bash
yarn
```
to install everything
# Building and running stuff
```bash
yarn compile
```
This will compile the contract and update the typechains and abi in frontend as well!
```bash
cd frontend
yarn
```
This will install the frontend packages
Then run
```bash
yarn dev
```
This will start up the Next.js development server. Your site will be available at http://localhost:3000/