Nova

Simple framework for websites and web applications.

Visit site

Credit

Author  : Techie Joe
Year    : 2025
Version : 0.1.0
LICENSE : MIT

Development Software

  • Visual Studio Code (VsCode) or any suitable code editor.
  • NodeJS JavaScript runtime and NPM package manager.
    Visit https://nodejs.org/.
  • GitHub or any suitable git for version control.
    Visit https://desktop.github.com/download/.
  • VsCode Extension : HTML CSS Support.
  • VsCode Extension : Pug (jade) formatter.
  • VsCode Extension : Pug beautify.
  • VsCode Extension : SCSS Formatter.
  • VsCode Extension : SCSS ItelliSense.
  • VsCode Extension : TypeScript.

Development Setup

  • Clone from git to your local drive.
  • Open terminal and run the following commands:
  • Run npm install to install all dependencies.
  • Run gulp to build the project.
  • Run gulp watch to build the project and watch for changes.

Directory Notes

  • src : source file.
  • site : compiled site.
  • gulpfile.js : the gulper task definitions.
  • package.json : node project metadata.
  • _TODO : developer notes to focus & drive progress.

 


HOME View source on GitHub
✨ Made with Mallet