Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -5,8 +5,8 @@
 Awesome Imba !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !GitHub contributors 
 (https://img.shields.io/github/contributors/koolamusic/awesome-imba) (#contributors)
 Awesome Imba !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !GitHub contributors 
 (https://img.shields.io/github/contributors/koolamusic/awesome-imba) (#contributors)
▐ A curated list of awesome Imba frameworks, libraries, software and resources
@@ -64,7 +64,8 @@
- Official Guide (https://imba.io/guides)
- Imba more depth Guide (https://imba.github.io/imba-guide/)
- Hello World Imba Tutorial (https://github.com/jiggneshhgohel/hello-world-imba-tutorial) - This is a detailed tutorial documenting the steps taken to build the "Hello World" app with Node.js, Imba and Webpack.
- Hello World Imba Tutorial (https://github.com/jiggneshhgohel/hello-world-imba-tutorial) - This is a detailed tutorial documenting the steps taken to build the "Hello World" app with 
Node.js, Imba and Webpack.
- Why is Imba so fast? (https://scrimba.com/p/pJkZsB/c6B9rAM) - Learn why Imba is fast, how it works and then play around with it.
- Quick introduction to Imba Router (https://scrimba.com/playlist/pMvYcg) - Learn how imba-router works in Imba.
- Creating a todo-list app in Imba (https://scrimba.com/p/pDzDSZ/cRvRMSB) - Learn how to create an app faster and easier with Imba.
@@ -72,7 +73,8 @@
Articles
- An Intro to Imba: the JavaScript-compatible language for lightning fast DOM updates - freeCodeCamp (https://medium.freecodecamp.org/introduction-to-imba-the-alternative-to-javascript-e2aa1e3d1769)
- An Intro to Imba: the JavaScript-compatible language for lightning fast DOM updates - freeCodeCamp 
(https://medium.freecodecamp.org/introduction-to-imba-the-alternative-to-javascript-e2aa1e3d1769)
- New JavaScript-based Web Language Challenges React - ADTMag (https://adtmag.com/articles/2016/01/14/imba-web-language.aspx)
@@ -96,10 +98,11 @@
Apps/Websites
- Imba Todo MVC (https://github.com/somebee/todomvc-imba) - Imba TodoMVC Example.
- Other Todo MVC (https://github.com/shapkarin/imba-todo) - view online (https://shapkarin.github.io/imba-todo/) - TodoMVC implementation following tastejs/todomvc (https://github.com/tastejs/todomvc) rules.
- Other Todo MVC (https://github.com/shapkarin/imba-todo) - view online (https://shapkarin.github.io/imba-todo/) - TodoMVC implementation following tastejs/todomvc 
(https://github.com/tastejs/todomvc) rules.
- Simple Todo (https://github.com/taw/imba-todo-list) - view online (https://taw.github.io/imba-todo-list) - More basic todo list app.
- Imba Realworld App (https://github.com/cartonalexandre/imba-realworld-example-app) - view online (https://imba-realworld-example-app.netlify.com/) - Project was created to demonstrate a fully fledged fullstack
application that adheres to the RealWorld (https://github.com/gothinkster/realworld) spec and API.
- Imba Realworld App (https://github.com/cartonalexandre/imba-realworld-example-app) - view online (https://imba-realworld-example-app.netlify.com/) - Project was created to demonstrate a 
fully fledged fullstack application that adheres to the RealWorld (https://github.com/gothinkster/realworld) spec and API.
- Imba HackerNews Clone (https://github.com/SamirHodzic/imba-capacitor-hn) - Demonstration of Imba & Capacitor used to build Hacker News clone.
- 2048 Game (https://github.com/taw/imba-2048) - view online (https://taw.github.io/imba-2048) - 2048 Game.
- Calculator (https://github.com/taw/imba-calculator) - view online (https://taw.github.io/imba-calculator) - Calculator.