Getting Started examples check
Open
@philkra is already working on this.
Since Jan 5, 2024.
- Dominant language
- TypeScript
- Stars
- 65
- Forks
- 13
- Avg merge
- 1m
- Merged PRs (30d)
- 6
Description
Astro
- Commands from README are correct and the app can start under the indicated URL
- A new database is created in app.xata.io with the imported blog posts
- There are no errors in the browser console & terminal
- Searching for exact matching items, e.g.
postgresreturns results - Fuzzy search, e.g.
arbytereturns partially matching results - Force no results with an not indexed word like:
FOOBAR - Navigation to view a blog post and return to the overview work correctly
Next.js
- Commands from README are correct and the app can start under the indicated URL
- A new database is created in app.xata.io with the imported blog posts
- There are no errors in the browser console & terminal
- Searching for exact matching items, e.g.
postgresreturns results - Fuzzy search, e.g.
arbytereturns partially matching results - Force no results with an not indexed word like:
FOOBAR - Navigation to view a blog post and return to the overview work correctly
Nuxt
- Commands from README are correct and the app can start under the indicated URL
- A new database is created in app.xata.io with the imported blog posts
- There are no errors in the browser console & terminal
- Searching for exact matching items, e.g.
postgresreturns results - Fuzzy search, e.g.
arbytereturns partially matching results - Force no results with an not indexed word like:
FOOBAR - Navigation to view a blog post and return to the overview work correctly
Remix
- Commands from README are correct and the app can start under the indicated URL
- A new database is created in app.xata.io with the imported blog posts
- There are no errors in the browser console & terminal
- Searching for exact matching items, e.g.
postgresreturns results - Fuzzy search, e.g.
arbytereturns partially matching results - Force no results with an not indexed word like:
FOOBAR - Navigation to view a blog post and return to the overview work correctly
SolidStart
- Commands from README are correct and the app can start under the indicated URL
- A new database is created in app.xata.io with the imported blog posts
- There are no errors in the browser console & terminal
- Searching for exact matching items, e.g.
postgresreturns results - Fuzzy search, e.g.
arbytereturns partially matching results - Force no results with an not indexed word like:
FOOBAR - Navigation to view a blog post and return to the overview work correctly
SvelteKit
- Commands from README are correct and the app can start under the indicated URL
- A new database is created in app.xata.io with the imported blog posts
- There are no errors in the browser console & terminal
- Searching for exact matching items, e.g.
postgresreturns results - Fuzzy search, e.g.
arbytereturns partially matching results - Force no results with an not indexed word like:
FOOBAR - Navigation to view a blog post and return to the overview work correctly
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.