Skip to content

Commit

Permalink
docs(root): add link to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schürmann committed Jan 2, 2025
1 parent 44da7fa commit 0d5ce73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# banira.js

!!! WARNING: This is a work in progress. Please use at your own risk.
> !!! WARNING: This is a work in progress. Please use at your own risk.
Rationale and background in a [blog post](https://dev.to/sebs/taking-llms-to-code-town-part-ii-creating-a-vanillajs-web-component-toolchain-from-ground-up-mi9)

banira.js is an open-source toolchain designed for the development of web components using vanilla JavaScript. It simplifies the process by eliminating the need for bundlers and frameworks, focusing instead on modern CSS and web standards.

Expand All @@ -11,7 +13,7 @@ banira.js is an open-source toolchain designed for the development of web compon

## Getting Started

This softwawer is a development build and work in progress. Your best shot will be to build it using a unix or linux machine.
This software is a development build and work in progress. Your best shot will be to build it using a unix or linux machine.

* make clean - remove all dependencies and build artifacts
* make bootstrap - install all dependencies
Expand Down

0 comments on commit 0d5ce73

Please sign in to comment.