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, which itself was inspired by the original asknot by Josh Matthews, Henri Koivuneva, and others. 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 https://whatcanidofor.archlinux.org.
Install the development dependencies:
npm i
Start Vite dev server:
npm run dev
Create optimized production build of the static site and preview it:
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.
Development takes place at https://gitlab.archlinux.org/archlinux/neoasknot.
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.