From dc9e1083cc81d7e44f3939f548d269b1c75bfe9c Mon Sep 17 00:00:00 2001
From: Shrikant Dewangan <64357112+ProgrammerShri@users.noreply.github.com>
Date: Mon, 3 Oct 2022 19:52:01 +0530
Subject: [PATCH 1/2] docs : Created Readme.md
---
README.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..f41b2571
--- /dev/null
+++ b/README.md
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Parseable is a cloud native, log storage and analysis platform. Parseable is indexing free by design. Written in Rust, Parseable can be deployed on Baremetal, VMs and Kubernetes.
+
+It ingests log data via HTTP POST calls and exposes a query API to search and analyze logs. It is compatible with logging agents like FluentBit, LogStash, FileBeat among others.
+
+
+
+
+
+## Getting Started
+
+## Live Demo
+
+Click Here for Live Demo Parseable
+
+Access the Parseable dashboard to verify the log data is present
+
+
+
+For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).
+
+:exclamation: Please do not store any sensitive data on this server as the data is openly accessible. We'll delete the data on this server periodically.
+
+## Contributing
+
+Refer to the contributing guide [here](https://www.parseable.io/docs/contributing).
+
+## License
+
+Licensed under the GNU Affero General Public License, Version 3 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+[https://www.gnu.org/licenses/agpl-3.0.txt](https://www.gnu.org/licenses/agpl-3.0.txt)
From 4c8bcbf7761beceb1838ca8914390707748ddf38 Mon Sep 17 00:00:00 2001
From: Shrikant Dewangan <64357112+ProgrammerShri@users.noreply.github.com>
Date: Mon, 3 Oct 2022 19:55:45 +0530
Subject: [PATCH 2/2] docs : update Readme.md
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index f41b2571..f7d83a68 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,14 @@ It ingests log data via HTTP POST calls and exposes a query API to search and an
## Getting Started
+1. Clone the repository.
+2. Run `npm install` to install all the dependencies.
+3. Run `npm run client` to start the console.
+4. Open `http://localhost:3000` in your browser.
+5. You can see the console running in your browser now :)
+6. For dashboard Access Enter the below credentials.
+
+
## Live Demo
Click Here for Live Demo Parseable