Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 595 Bytes

README.md

File metadata and controls

52 lines (41 loc) · 595 Bytes

kuasar

A command-line tool to create decentralized web sites on dat platform

Install

npm install -g kuasar

Create a web app/site

kuasar new
> Gatsby
> Next.js
> Nuxt

Run the app locally

npm start

Build/Generate the app (Gatsby | Next.js)

npm run build

Build/Generate the app (Nuxt)

npm run generate

Publish over dat

If Gatsby

Go under public directory

kuasar publish

If Next.js

Go under dist directory

kuasar publish

If Nuxt

Go under dist directory

kuasar publish