Skip to content

kscdivd/web-www-v2

 
 

Repository files navigation

Prerequisites

Setup

npm install

Local development

Website

hugo server
open http://localhost:1313

Local admin

just admin
open http://localhost:8000
just admin-stop #when done

# equivalent to:

npx decap-server
python3 -m http.server --directory ./admin/development

Test production version

just prod-test
open http://localhost:8000

# equivalent to:

python3 serve.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.0%
  • SCSS 36.6%
  • JavaScript 6.7%
  • TypeScript 2.4%
  • Shell 1.1%
  • Python 0.9%
  • Just 0.3%