🚀 Create a New Project
In your terminal, run the following command to scaffold a new Sigment app:
npx create-sigment-app my-app
This will create a new project in the my-app
folder and install all dependencies automatically.
🧠 What Happens Next?
After the project is created, the CLI will ask you:
- ✅ If you want to start the development server (
npm run dev
) right away - ✅ If you want to open the project in VS Code
You can answer yes or no to each prompt.
▶️ Start Manually (If You Skipped)
If you chose not to start the server or open VS Code during setup, you can do it later:
cd my-app
npm run dev
📚 Learn More
Explore the documentation at sigment.dev to learn about components, routing, signals, and more.