From 8e78183e8e642f09fc840b872ea0efb57209118e Mon Sep 17 00:00:00 2001 From: Nilesh <19304+nileshtrivedi@users.noreply.github.com> Date: Fri, 3 Jun 2022 14:41:52 +0100 Subject: [PATCH] Added screenshots in README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 933faaf..8879254 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,15 @@ In conjunction with this, we're also building an online game where this is prese [Visit https://learnawesome.vercel.app/](https://learnawesome.vercel.app/) -This is the exact same version. Your bookmarks will still be saved in localStorage so be assured that no personal data is being tracked or saved on this site. +image -But if you'd like faster performance or to self-host this, say in your company's intranet, you need a general-purpose computer (that means Linux/Windows/Mac but not crippled OSes like Android or iOS) with Datasette (which is an exploratory tool for SQLite databases) installed. You can find [installation instructions specific to your operating system here](https://docs.datasette.io/en/stable/installation.html). +image + +image + +Your bookmarks are saved in localStorage so be assured that no personal data is being tracked or saved on this site. + +But if you'd like faster performance or to self-host this, you need a general-purpose computer (that means Linux/Windows/Mac) with Datasette (which is an exploratory tool for SQLite databases) installed. You can find [installation instructions specific to your operating system here](https://docs.datasette.io/en/stable/installation.html). After cloning this git repository on your local machine, run `npm run start` in the top-level directory to start the datasette server and open the app in your browser.