https://github.com/archlinux/neoasknot
Contribution landing page for Arch Linux (read-only mirror)
https://github.com/archlinux/neoasknot
Last synced: 5 days ago
JSON representation
Contribution landing page for Arch Linux (read-only mirror)
- Host: GitHub
- URL: https://github.com/archlinux/neoasknot
- Owner: archlinux
- License: gpl-3.0
- Created: 2019-12-14T17:35:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T17:10:43.000Z (18 days ago)
- Last Synced: 2025-06-14T17:31:47.669Z (18 days ago)
- Language: Svelte
- Homepage: https://gitlab.archlinux.org/archlinux/neoasknot
- Size: 5.15 MB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neoasknot
Ask not what `$ORG` can do for you, but what you can do for `$ORG`.
Rewrite of [asknot-ng], which was written by [@ralphbean] and its
[contributors][asknot-ng-contribs], which itself was inspired by the
original [asknot] by [Josh Matthews], Henri Koivuneva, and
[others][asknot-contribs]. The concept is a basic decision tree.`neoasknot` is built with [SvelteKit] and [Tailwind CSS] using the [daisyUI]
component library.You can find the Arch Linux deployment at .
## Hacking
Install the development dependencies:
```sh
npm i
```Start Vite dev server:
```sh
npm run dev
```## Deployment
Create optimized production build of the static site and preview it:
```sh
npm run build
npm run preview
```The Arch Linux instance uses [GitLab Pages]:
- Push to the `main` branch to have CI build and publish the site.
- The `staging` branch gets deployed to the /staging subdirectory. \
Note: The next production deployment will remove this subdirectory.## Contributing
Development takes place at .
Please read our distribution-wide [Code of Conduct] before contributing.
All code contributions fall under the terms of the GPL-3.0-or-later license.
[@ralphbean]: http://threebean.org
[asknot]: https://github.com/jdm/asknot
[asknot-contribs]: https://github.com/jdm/asknot/contributors
[asknot-ng]: https://github.com/fedora-infra/asknot-ng
[asknot-ng-contribs]: https://github.com/fedora-infra/asknot-ng/graphs/contributors
[code of conduct]: https://terms.archlinux.org/docs/code-of-conduct/
[daisyui]: https://daisyui.com/
[gitlab pages]: https://docs.gitlab.com/user/project/pages/
[josh matthews]: https://www.joshmatthews.net
[sveltekit]: https://kit.svelte.dev
[tailwind css]: https://tailwindcss.com