Skip to content

hwclass/kuasar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published