https://github.com/ivcained/lapu.gg
lapu.gg
https://github.com/ivcained/lapu.gg
lapu laputa lattice mud onchain-game
Last synced: 24 days ago
JSON representation
lapu.gg
- Host: GitHub
- URL: https://github.com/ivcained/lapu.gg
- Owner: ivcained
- License: mit
- Created: 2024-05-05T20:37:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:05:26.000Z (over 1 year ago)
- Last Synced: 2025-01-10T14:24:04.769Z (over 1 year ago)
- Topics: lapu, laputa, lattice, mud, onchain-game
- Language: TypeScript
- Homepage: https://lapu.onrender.com/
- Size: 15.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lapu Miniapp
A Farcaster Mini App built with Next.js, TypeScript, and React.
## Features
- 🔐 Farcaster authentication
- 🎮 Interactive mini app experience
- 🚀 Built with Next.js 15 and React 19
- 💅 Styled with Tailwind CSS
- 🔗 Web3 integration with wagmi and viem
## Prerequisites
- Node.js 18+
- npm or yarn or pnpm
## Getting Started
1. Install dependencies:
```bash
npm install
# or
pnpm install
# or
yarn install
```
2. Set up environment variables:
```bash
cp .env.example .env
```
3. Run the development server:
```bash
npm run dev
# or
pnpm dev
# or
yarn dev
```
4. Open [http://localhost:3000](http://localhost:3000) with your browser.
## Project Structure
```
├── src/
│ ├── app/ # Next.js app directory
│ │ ├── api/ # API routes
│ │ └── ... # Pages and layouts
│ ├── components/ # React components
│ ├── hooks/ # Custom React hooks
│ └── lib/ # Utility functions and configurations
├── public/ # Static assets
└── ... # Configuration files
```
## Environment Variables
See `.env.example` for required environment variables.
## Deployment
This app is optimized for deployment on Vercel:
```bash
vercel deploy
```
## Learn More
- [Farcaster Mini Apps Documentation](https://docs.farcaster.xyz/developers/mini-apps)
- [Next.js Documentation](https://nextjs.org/docs)
- [Tailwind CSS](https://tailwindcss.com/)
## License
MIT