[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: drop for power users (#66)

authored by

patak and committed by
GitHub
4d49cfc8 13372e3d

+6 -6
+2 -2
CONTRIBUTING.md
··· 8 8 9 9 ## Goals 10 10 11 - We want to create 'a fast, modern browser for the npm registry for power users.' This means, among other things: 11 + We want to create 'a fast, modern browser for the npm registry.' This means, among other things: 12 12 13 13 - We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX. 14 - - Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX for power users. 14 + - Layout shift, flakiness, slowness is The Worst. We need to continually iterate to create the most performant, best DX possible. 15 15 - We want to provide information in the best way. We don't want noise, cluttered display, or confusing UI. If in doubt: choose simplicity. 16 16 17 17 ## Getting started
+2 -2
README.md
··· 1 1 # npmx.dev 2 2 3 - > A fast, modern browser for the npm registry for power users. 3 + > A fast, modern browser for the npm registry. 4 4 5 5 <p align="center"> 6 6 <a href="https://npmx.dev/"> ··· 12 12 13 13 ## Vision 14 14 15 - The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry &ndash; fast, accessible, and designed for power users. We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX. 15 + The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry &ndash; fast, modern, and accessible. We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI and DX. 16 16 17 17 - **Speed first** &ndash; Layout shift, flakiness, slowness is The Worst. Fast searching, filtering, and navigation. 18 18 - **URL compatible** &ndash; Replace `npmjs.com` with `xnpmjs.com` or `npmx.dev` in any URL and it just works.
+2 -2
nuxt.config.ts
··· 33 33 site: { 34 34 url: 'https://npmx.dev', 35 35 name: 'npmx', 36 - description: 'A fast, accessible npm package browser for power users', 36 + description: 'A fast, modern browser for the npm registry', 37 37 }, 38 38 39 39 routeRules: { ··· 102 102 manifest: { 103 103 name: 'npmx', 104 104 short_name: 'npmx', 105 - description: 'A fast, accessible npm package browser for power users', 105 + description: 'A fast, modern browser for the npm registry', 106 106 theme_color: '#0a0a0a', 107 107 background_color: '#0a0a0a', 108 108 },