Skip to content

jayjayjpg/simplabs.github.io

This branch is 3 commits ahead of, 4026 commits behind mainmatter/mainmatter.com:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2019
Nov 11, 2019
Nov 7, 2019
Aug 21, 2019
Nov 11, 2019
Nov 7, 2019
Aug 28, 2019
Mar 7, 2019
Nov 11, 2019
Jul 31, 2019
Jul 30, 2019
Apr 12, 2019
Mar 7, 2019
Apr 11, 2019
May 9, 2019
Jul 30, 2019
Aug 28, 2019
Aug 28, 2019
Aug 21, 2019
Aug 9, 2019
Aug 28, 2019
May 9, 2019
Apr 24, 2019
Mar 7, 2019
Aug 28, 2019

Repository files navigation

simplabs.github.io

The source code for https://simplabs.com.

simplabs logo

We use Glimmer.js for rendering, navigo for client-side routing and CSS Blocks for CSS. Pages are statically pre-rendered using Puppeteer.

Installation

  • git clone <repository-url> this repository
  • cd simplabs
  • yarn --pure-lockfile

Running / Development

This project registers a service worker which you'll likely want to disable for development. Check "Bypass for network" in the "Application" tab in the Chrome Inspector to do so.

Testing

  • ember test (headless)
  • ember test -s (headful)
  • yarn lint (check formatting)

Building

  • ember build (development)
  • yarn build (production, with static pre-rendering)

Further Reading / Useful Links

Copyright

Copyright © 2019 simplabs GmbH (https://simplabs.com), released under the Creative Commons Attribution-NonCommercial 4.0 International license.

About

The source code for http://simplabs.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.1%
  • TypeScript 19.8%
  • CSS 16.7%
  • JavaScript 15.4%