gianni-rosato / manjarno

Why you shouldn't use Manjaro

Home Page:https://manjarno.snorlax.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manjarno

Contributing

Adding new content to the article

Edit src/routes/index.svelte.md to add new content to the article.

You don't need to know Svelte to do this; the article is written using Markdown. If you can edit your repo's README.md, you can edit this article -- no web skills needed :)

Adding a new event to track

Edit src/routes/event.ts to change the event tracked by the stopwatch. The date should be in Unix milis. To get the timestamp of a Manjaro forum post, open dev tools and inspect the relative timestamp on the post (e.g. 7d). The Unix milis time is there as a data attribute.

Running locally?

  • yarn install

  • yarn dev

  • yarn build

About

Why you shouldn't use Manjaro

https://manjarno.snorlax.sh/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Svelte 83.6%Language:JavaScript 9.1%Language:HTML 3.2%Language:CSS 2.6%Language:TypeScript 1.4%