Skip to content

mikefrancis/nosh

Repository files navigation

🍜 nosh

A modern, local-first RSS reader. I built this because I missed iGoogle.

Tech stack

## Installation

Clone this repository and navigate to the directory created:

git@github.com:mikefrancis/nosh.git
cd nosh

Install the dependencies:

npm install

Development

To run the development server:

npm run dev

And navigate to the URL displayed in your terminal.

It is recommended to integrate Biome into your IDE to ease development, otherwise you can run the following command to lint:

npm run lint

And the folllowing command to fix any issues (which may fail continuous integration checks):

npm run format

Testing

The critical functionality of the application is mainly covered by end-to-end tests. These can be run visually by:

npm run e2e:open

Or in headless mode:

npm run e2e:run

About

🍜 A modern, local-first RSS reader

Resources

License

Stars

Watchers

Forks

Contributors