updated npm and readme (for offline use)

This commit is contained in:
2021-03-22 13:48:36 +01:00
parent cc080e920c
commit 84f7d62d2d
6 changed files with 15778 additions and 5409 deletions
+9 -1
View File
@@ -1,4 +1,4 @@
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
@@ -24,6 +24,14 @@ body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+10720 -1943
View File
File diff suppressed because it is too large Load Diff
+17
View File
@@ -30,3 +30,20 @@ We have not added any additional js plugin, such as jquery for example, in order
### Sources
All sources of design and codes of the application will be shared under free license Gnu GPLv2 via this deposit. If you are interested to use parts of this work please make your request to contact@ethica-spinoza.net.
### install
```
git clone https://figureslibres.io/gogs/bachir/app.ethica-spinoza.net.git
cd app.ethica-spinoza.net
python -m http.server
```
You can now access the app through http://localhost:8000
It's possible to use any http server to server the folder.
#### dev
```
npm install
webpack
```
+5030 -3463
View File
File diff suppressed because it is too large Load Diff