xiaoniao / lettuce.io

Lettuce Public Website

Home Page:https://lettuce.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lettuce Website

This is the source code for the Lettuce home page. It uses Project Reactor and Lettuce to provide its functionality and requires a running Redis instance on Port 6379

You can launch the application with by running:

	$ ./gradlew run

To enable live reload of static resources, including .scss files, run this command when your application is still running:

	$ ./gradlew processResources -t

To package the application, including the Javadoc:

	$ ./gradlew clean build shadowJar

Make sure you have at least IntelliJ IDEA 2016.2.5 and Kotlin plugin 1.1-M02 to have build.gradle.kts auto-complete and validation working correctly. You may have to configure the EAP update site in: Tools -> Kotlin -> Configure Kotlin Plugin Updates -> Early Access Preview 1.1

This project is Apache 2.0 licensed, just like the rest of Lettuce.

About

Lettuce Public Website

https://lettuce.io

License:Apache License 2.0


Languages

Language:CSS 45.7%Language:HTML 33.1%Language:Kotlin 17.1%Language:Java 1.7%Language:JavaScript 1.4%Language:Shell 1.0%