Skip to content

qwc-services/www.qwc.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QWC Homepage

Getting Started

Project's source files are placed in ./src/ directory.

  • ./src/assets - default static files (eg. image placeholders). You should replace them with your own files.
  • ./src/scss/ - Sass sources used to build Bootstrap theme. Variables used in Theme Customizer are located in custom-variables.scss file.

All your pages (templates) are stored in separated .pug or .html files (depends on your export preferences)

  • ./src/pug/*.pug
  • ./src/html/*.html

Installation

# Install dependencies
npm install 

# Run dev server with live preview (Browsersync)
npm run watch

# Or make production build
npm run build

Links

  • Web design library: Bulma
  • Template engine: Pug

About

QGIS Webclient - QWC Homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors