Skip to content

Commit 616b9f9

Browse files
committed
updated readme
1 parent 47c4eab commit 616b9f9

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
# solid-logic
2-
Core business logic of SolidOS
32

4-
# Adendum
3+
<img src="https://raw.githubusercontent.com/solid/community-server/main/templates/images/solid.svg" alt="[Solid logo]" height="150" align="right"/>
4+
5+
[![MIT license](https://img.shields.io/github/license/solidos/solidos)](https://github.com/solidos/solidos/blob/main/LICENSE.md)
6+
7+
8+
Core business logic of SolidOS which can be used for any webapp as well.
9+
10+
# How to use
11+
12+
Either `npm install solid-logic` or in your HTML use directly `solid-logic.js` from `dist` folder.
13+
14+
# How to develop
15+
16+
Check the scripts in the `package.json` for build, watch, lint and test.
17+
18+
# Used stack
19+
20+
* TypeScript + Babel
21+
* Jest
22+
* Eslint
23+
* Rollup
24+
25+
# History
526

627
Solid-logic was a move to separate business logic from UI functionality so that people using different UI frameworks could use logic code.
728

0 commit comments

Comments
 (0)