Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.07 KB

sef-dev

Contribution

Want to contribute to this project?

Send us a Pull Request

Read: Development Best Practices at SEF

Prerequisites

Tech Stack

  • Tailwind CSS - Create responsive websites and web applications
  • JQuery - Simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation
  • MaustacheJS - Used for HTML, config files, source code . It works by expanding tags in a template using values provided in a hash or object.

Run Locally

  • Clone your forked repository

    git clone https://github.com/USERNAME/sef-dev
    cd sef-dev
    
  • Install all the dependencies

    npm install 
    
  • Start the server with

    npm start
    
  • Visit your app at http://localhost:9000


Sustainable Education Foundation