liamka / imba.io

📄The official website of Imba

Home Page:http://imba.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official site for Imba. Work in progress.

Run

# clone the repository
git clone https://github.com/imba/imba.io

# enter the folder
cd imba.io

# install dependencies
npm install

# build
npm run build

# package content from content/ (continously)
npm run watch

# run server
npm run dev

Because the site uses service workers it requires https: with a trusted certificate. To test things in development you need to do it via Chrome launched with specific args:

open -na Google\ Chrome --args --ignore-certificate-errors --allow-insecure-localhost --unsafely-treat-insecure-origin-as-secure=https://localhost:9000
# if this does not work - try
# /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-insecure-localhost --ignore-certificate-errors --unsafely-treat-insecure-origin-as-secure=https://localhost:9000

Now visit https://localhost:9000/ in that browser.

Having trouble with https?

https is required to be able to run the examples and snippets. You can still run the rest of the site and work on documentation without this. So, if you're having trouble setting up https use the npm start-without-https command instead of the normal npm start, this will disable https while you work.

Looking for projects using Imba?

The Awesome Imba list has several projects and resources listed surrounding Imba. Other noteworthy projects are

License

MIT

Copyright (c) 2015-present, Imba

About

📄The official website of Imba

http://imba.io

License:MIT License


Languages

Language:JavaScript 99.0%Language:CSS 0.8%Language:TypeScript 0.2%Language:HTML 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%