Skip to content

dguo/dailylore

Repository files navigation

The Daily Lore

Netlify Status CI status

The Daily Lore is a lightweight, static news aggregation website.

Tools and Infrastructure

Development

Check out the scripts in package.json. You can also develop using the dev script. Run $ ./dev to see the options. To get started, run $ yarn start or $ ./dev start.

If you make any changes to the source, the bundle will be rebuilt, and the page should refresh by itself.

To view debug output, set localStorage.debug = 'lore'; in the browser console, and reload the page.

The tests use Playwright, which controls a headless instance of Chrome. If you need to debug the tests, check out these debugging tips.

Legacy

This website was one of my earliest projects, and I abandoned it for a few years before reviving it. The (terrible) legacy source code is in this repo.

License

MIT