aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/react-small-apps/apps/notebook/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/projects/react-small-apps/apps/notebook/README.md')
-rw-r--r--public/projects/react-small-apps/apps/notebook/README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/public/projects/react-small-apps/apps/notebook/README.md b/public/projects/react-small-apps/apps/notebook/README.md
new file mode 100644
index 0000000..06df8dd
--- /dev/null
+++ b/public/projects/react-small-apps/apps/notebook/README.md
@@ -0,0 +1,31 @@
+# React Notebook
+
+A notebook implementation with React.
+
+## Requirements
+
+- Yarn
+
+## How to
+
+### Start the development version
+
+`yarn run start`
+
+### Start the build version:
+
+1. `yarn run build`
+2. (`yarn global add serve`)
+3. `serve -s build`
+
+## Previews
+
+You can see a live preview here: https://demo.armandphilippot.com/#notebook
+
+| Cover | Page |
+| --- | --- |
+| ![Cover preview](./public/preview-cover.jpg) | ![Page preview](./public/preview-page.jpg) |
+
+## License
+
+This project is open source and available under the [MIT license](../LICENSE).