All Projects → simplabs → simplabs.github.io

simplabs / simplabs.github.io

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

Programming Languages

Handlebars
879 projects
typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].