From e0dd001d635fd6da7a95eb5b97f86aaeb693242a Mon Sep 17 00:00:00 2001 From: Florens Verschelde Date: Mon, 9 Oct 2023 13:24:00 +0200 Subject: [PATCH] Rewrite README.md to make clear that all code is archived --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e25664f8..a08cbbdb 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ # StackBlitz — Your local env, now in the browser -[![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/stackblitz) +[![Chat on Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/stackblitz) -Welcome to the StackBlitz GitHub repo! +Welcome to the StackBlitz GitHub repository! -This repo serves as our primary way of [keeping track of bugs](https://github.com/stackblitz/core/issues) & central location where we publish our internal packages. If you have any questions/ideas/feedback, feel free to open an issue or come chat with us on [Discord](https://discord.gg/stackblitz)! +This repository serves as our primary way of [keeping track of bugs](https://github.com/stackblitz/core/issues). If you have any questions/ideas/feedback, feel free to open an issue or come chat with us on [Discord](https://discord.gg/stackblitz)! -### Just learning about StackBlitz? +## Documentation -Take a look at our [announcement post](https://medium.com/@ericsimons/stackblitz-online-vs-code-ide-for-angular-react-7d09348497f4) which covers our core functionality, feature set and motivations behind the project. +Check out our docs at [developer.stackblitz.com](https://developer.stackblitz.com/). -### Curious how our technology works? +## Archived packages -We recommend [reading the write-up](https://medium.com/@ericsimons/introducing-turbo-5x-faster-than-yarn-npm-and-runs-natively-in-browser-cc2c39715403) we did and exploring the code in this GitHub repo. +This repository contains an archive of internal packages that constituted the original 2017 version of StackBlitz. Read the [2017 announcement post](https://medium.com/@ericsimons/stackblitz-online-vs-code-ide-for-angular-react-7d09348497f4) which covers the initial core functionality, feature set and motivations behind the project. -### Documentation - -__Check out our docs at [developer.stackblitz.com](https://developer.stackblitz.com/)__ +Curious how that technology works? We recommend [reading the write-up](https://medium.com/@ericsimons/introducing-turbo-5x-faster-than-yarn-npm-and-runs-natively-in-browser-cc2c39715403) we did and exploring the code in this GitHub repo.