Skip to content
DARST is still under development and not everything is documented yet

Get Started

👋 Hi builder, welcome to DARST docs!

Here is a quick overview on how to get started with the DARST starter kit.

1. You will first need to clone the repository

Terminal window
git clone [email protected]:withdarst/darst

2. Strip whatever you don’t like

If you don’t want the docs integration, you can quickly remove it. You don’t want payments with Lemon Squeezy? Simply delete the relevant file(s): src/lib/lmsqueezy.ts.

You should also wipe clean the current website to start with your own. You should delete those files and folders:

  • src/docs/docs
  • src/pages/index.astro
  • src/components/demo/

3. Add stuff as you desire

Add whatever you want. For example you can add more shadcn/ui components with a single command:

Terminal window
deno task shadcn add menu

4. Configure your website/app

Most configuration is handled by ./src/config.ts. Here you can configure your website/app name, tags, description, footer links, navigation bar, links and more.

5. Start building!

From now on, you start building! Use the components added for shipping faster and theme and style your website/app just the way you want it.