updated npm and readme (for offline use)
This commit is contained in:
Vendored
+9
-1
@@ -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.
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Generated
+10720
-1943
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user