Skip to content
forked from imba/imba.io

📄The official website of Imba

License

Notifications You must be signed in to change notification settings

eulores/imba.io

This branch is 211 commits behind imba/imba.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8dfa2ed Â· Apr 4, 2022
Nov 17, 2021
Mar 13, 2022
Mar 10, 2022
Nov 17, 2021
Nov 17, 2021
Dec 8, 2021
Apr 4, 2022
Oct 1, 2019
Apr 27, 2020
Nov 17, 2021
Apr 22, 2020
Oct 1, 2019
Oct 3, 2019
Mar 10, 2022
Oct 29, 2021
Nov 17, 2021
Jun 11, 2021
Mar 13, 2022
Mar 13, 2022
Feb 18, 2021

Repository files navigation

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

# 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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%