innerscope is a type-safe, high-performance framework with minimal overhead designed for building reactive applications, whilst being easy for non-frameworkers to adopt.
To install the framework, you can choose between npm or deno:
-
package-managers:
npm install innerscope bun install innerscope
The documentation is evolving as the framework grows. Meanwhile, explore the provided examples and utilize LSP suggestions to get started quickly.
Here is the demo page built with innerscope, it is part of this repo in the main.ts file, however you will need to clone, install correct
dependencies and use the command npm run dev
to get a preview:
We welcome contributions to innerscope.ds! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make changes and commit (
git commit -am 'Add new feature'
). - Push to your fork (
git push origin feature-branch
). - Open a Pull Request.
Feel free to suggest new features and improvements.
This project is licensed under the MIT License.