The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Gisle Aune 6fca626ea2 logs-content: Added exception for annotations in multipart post detection. 5 years ago
.vscode Initial Commit 6 years ago
assets Initial Commit 6 years ago
marko logs-content: Added exception for annotations in multipart post detection. 5 years ago
middleware story: Added view of own unlisted stories. 6 years ago
routes logs: Added default limit that's cleared by adding a filter or clicking show more at the bottom. 5 years ago
rpdata Added UI for Commit entries to change history 5 years ago
.babelrc Initial Commit 6 years ago
.browser-refresh-ignore package: Fixed browser-refresh infinite loop on site changed. 5 years ago
.drone.yml ci: Added trunk build 6 years ago
.gitignore server: Integrated @marko/prebuild, and added workaround for global css issue. 5 years ago
.jshintrc Initial Commit 6 years ago
Dockerfile server: Integrated @marko/prebuild, and added workaround for global css issue. 5 years ago
README.md Initial Commit 6 years ago
build.js data: Added change history. 5 years ago
config.js server: Added trustedProxy config. 6 years ago
debug.js auth: Added debug utils module 6 years ago
marko-config.js server: Integrated @marko/prebuild, and added workaround for global css issue. 5 years ago
package-lock.json logs-content: Replaced old post rendering with actual irc caret notation parsing. 5 years ago
package.json logs-content: Replaced old post rendering with actual irc caret notation parsing. 5 years ago
server.js server: Added resilience to trust proxy resolution to handle IP changes and bad start order. 5 years ago

README.md

Sample App: Marko + Express

This is the official sample changed to get it working with the latest versions of lasso, as well as some personal preferences.

A lot of compiled/cached files are hidden in Visual Studio Code, see the config file in the .vscode folder to change that.

Install

npm install
npm run dev

Then open the URL printed in the console.