Quickstart guide?

Created by: stela5

I'm new to twing so sorry if this is obvious, but is there a quickstart guide? Something like

  1. npm i twing --save

  2. app.js

const {TwingEnvironment, TwingLoaderFilesystem} = require('twing');

let loader = new TwingLoaderFilesystem('/pages');
let twing = new TwingEnvironment(loader);

let ouput = twing.render('index.html', {'name': 'World'});
  1. pages/index.html
<!doctype html>
<html>
    <head>
        <title>Quickstart</title>
    </head>
    <body>
        <h2>Hello{{ ' ' + name|trim }}!</h2>
    </body>
</html>
  1. node app.js
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information