🚀 Getting Started
Installation and setup guide for Crown Framework.
Crown is designed to give you the speed of Nim with the developer experience of modern meta-frameworks like Next.js or Nuxt.
Installation
To install Crown globally, use Nimble:
$nimble install crown
Create a New Project
Initialize a new project and start the development server:
$crown init my-project
$cd my-project
$crown dev