From 4a961a79285e7548c009f7de836b6f8ca76ee795 Mon Sep 17 00:00:00 2001 From: Nilesh Date: Fri, 21 Oct 2022 22:39:58 +0530 Subject: [PATCH] Deployed to learnawesome.org --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7c08b5..bdb2854 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LearnAwesome -[Visit the online version at https://learndb.vercel.app/](https://learndb.vercel.app/) but you can also run it on your own machine. +[Visit the online version at https://learnawesome.org/](https://learnawesome.org/) but you can also run it on your own machine. This is a collection of learning resources organized by topics, formats, difficulty levels, and quality tags like visual / interactive / challenging etc. It also includes reviews from experts and metadata like paywall/loginwall to help you find the best resource for your learning goals. @@ -12,7 +12,7 @@ In conjunction with this, we're also building an online game where this is prese ## To use: -[Visit https://learndb.vercel.app/](https://learndb.vercel.app/) +[Visit https://learnawesome.org/](https://learnawesome.org/) image @@ -44,7 +44,7 @@ This is a Wikipedia-scale project and we could use all kind of help: ## Architecture -The dataset here is identical to https://learnawesome.org/. But there are no user accounts, no social features like learning feeds or ActivityPub. Users' bookmarks are saved in browser's localStorage. +There are no user accounts, no social features like learning feeds or ActivityPub. Users' bookmarks are saved in browser's localStorage. The source data is in `db/*.js` files. The schema is described in [db/README.md](db/README.md). For the front-end, we write Svelte components in `src` and generate `bundle.js` and `bundle.css` via `npm run dev` / `npm run build`.