build: remove pnpm & use bun, update installation steps and deps

This commit is contained in:
rzmk 2024-05-02 17:58:17 -04:00
parent c2395b20ce
commit 8bf97e8d72
No known key found for this signature in database
17 changed files with 30 additions and 19835 deletions

View file

@ -56,7 +56,7 @@ const FAQData = [
answer: "You may generate a CKAN API token by logging into your CKAN account on your CKAN instance. Then, click on the user profile icon on the top right corner, click the 'API Tokens' tab, enter any name for your token and click the 'Create API Token' button, and then your API token will appear on the page. Note that you may not view your API token from qsv pro, so we recommend saving this token somewhere safe.",
screenshots: [
{
src: generateCkanApiToken,
src: generateCkanApiToken.src,
alt: "Example of CKAN API token generation on user's profile page",
},
],