refactor: migrate from astro to svelte + vite to improve performance (#131)

* add highlighter
* add playground url
* add markdown support and notification center
* fix multiple md files
* add meta description with framework list
* fix: framework id loop index
* store frameworkIdsSelected in locale storage
* add generateFrameworkContent vite plugin
* add missing snippet case
* add content generate cache
* add angular component highlighter
* improve content generator organization
* add format and linter
* add git hooks
* add default frameworks
This commit is contained in:
Mathieu Schimmerling
2023-01-03 01:36:47 +01:00
committed by GitHub
parent 4526ef2092
commit be52cbcbfc
63 changed files with 4373 additions and 3802 deletions

View File

@@ -7,7 +7,7 @@ This site is built with [Astro](https://docs.astro.build). Site content is writt
1. Fork the project and create a new branch
2. Add the new framework SVG logo in `public/framework`
3. Install the ESLint plugin associated to the framework
4. In `src/frameworks.mjs`, add a new entry with SVG link and ESLint configuration
4. In `frameworks.mjs`, add a new entry with SVG link and ESLint configuration
## Improve website