/ulka

Primary LanguageJavaScriptMIT LicenseMIT

logo

NPM  MIT  TWITTER BUNDLEPHOBIA

Ulka is a free and open source static site generator that helps you create static sites from markdown and ulka files.

🚀 Quick start

  1. Create new ulka site

    npx create-ulka-app <app-name> <template-name>
    
  2. Navigate to app name and start server

    cd <app-name>
    npm start
    

Complete documentation comming soon....