Skip to content

Files

Latest commit

219478a · Apr 25, 2022

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 6, 2020
Apr 25, 2022
Nov 6, 2020
Feb 4, 2021
Nov 6, 2020
Feb 4, 2021
Feb 4, 2021
Nov 6, 2020
Nov 6, 2020
Feb 4, 2021

Svelte Query Docs

This is source code to svelte-query.sveltestack.com. It is forked from the Formik docs and is built with:

  • Next.js
  • MDX
  • Tailwind
  • Algolia
  • Notion

Running locally

yarn install

At the moment, you need to signup for Notion, and follow these instructions to get a token and create a blog in order to develop locally. Not ideal, but hopefully will fix soon.

With tokens and page index in hand, rename .sample.env and .sample.env.build to just .env and .env.build. In each one, add respective parameters:

-NOTION_TOKEN=XXXX
+NOTION_TOKEN=<YOUR_TOKEN>
-BLOG_INDEX_ID=XXXXX
+BLOG_INDEX_ID=<YOUR_BLOG_INDEX_ID>

Now it will work. Run yarn dev to get going.

If you get stuck or need help, send a DM to Jared on Twitter.