KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sveltekit-starter-blog
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
yahoo-live
:
Market data interface for Yahoo Finance websocket interface
DP2
:
Repositorio alternativo de prueba de concepto para el desarrollo de DP2
daniel-blog-nextjs
:
No description available.
imgToPdf
:
No description available.
32blit-hardware
:
Documents relating to the 32Blit console hardware.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sveltekit-starter-blog
?
Download (.md)
# SvelteKit blog starter with GraphCMS This starter shows how to use the SvelteKit with GraphCMS. It uses `graphql-request` and GraphCMS for the backend. • [Demo](https://sveltekit-starter-blog.vercel.app/) [](https://vercel.com/import/project?template=https://github.com/spences10/sveltekit-starter-blog/tree/main) [](https://gitpod.io/#/https://github.com/spences10/sveltekit-starter-blog) ## How to Use See the introductory [blog post] on getting started building out this project. You'll need a GraphCMS account and the Blog Starter created, get the endpoint from the "API Access" section in the project settings, check the "Content from stage Published" checkbox for access. Rename the `sample.env` file to `.env` and add your endpoint: ```text VITE_GRAPHCMS_URL=your-endpoint-here ``` Add the `VITE_GRAPHCMS_URL` variable and endpoint to the "Environment Variables" section of the Vercel project. ### Download Manually ```bash npx degit spences10/sveltekit-starter-blog sveltekit-starter-blog ``` Install & Run: ```bash cd sveltekit-starter-blog npm install npm run dev -- --open ``` <!-- Links --> [blog post]: https://scottspence.com/posts/graphcms-svelte-starter/