Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 816 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 816 Bytes

lightscript.org

This is the source code for lightscript.org.

It is built with gatsby, a React static-site framework, using LightScript.

If you're interested in seeing what LightScript looks like, any .lsc or .lsx file in this repo should offer a decent example –  pages/docs/index.lsc, while a little messy, has a fair amount to see.

Note that, in general, this website was built with "ship it quickly" in mind, and is not intended to be a paragon of perfect code.

The docs directory is the built content for github pages (which requires this directory name).

Contributing

Develop using npm install; npm run develop.

Build with npm run build.