Back

Getting Started

1

How to Participate

Learn about competition rules, schedule, scoring criteria, and other important information

View Hackathon Handbook
2

Set Up Your Dev Environment

One command to set up your development environment and start building your app

Terminal
$ curl -fsSL <your-domain>/api/setup/launch | bash

How to use:

Open Terminal, paste the command and press Enter

The script will automatically complete these steps
1.
Check and install Node.jsWill auto-install via nvm if not found
2.
Install Claude CodeAnthropic's official AI coding assistant
3.
Configure AI modelChoose MiniMax M2.5 (recommended for beginners) or official Claude (requires proxy)
4.
Install SecondMe SkillsSecondMe development template
5.
Start project creationInteractively generate a complete project

FAQ

How do I become a developer?

Visit the Developer Platform to register and apply as a developer to get access to submit projects.

What is Claude Code?

Claude Code is Anthropic's official AI coding assistant that helps you scaffold projects quickly. Node.js 18 or higher is required.

What if I don't have an official Claude account?

The script will automatically offer two options: MiniMax M2.5(direct connection in China, affordable, free for new users) or Official Claude account. MiniMax is recommended for beginners.

What if I encounter a permission error?

Prepend sudo to the command and retry, e.g. sudo npm install -g @anthropic-ai/claude-code