Technical requirements
The code for the chapter can be found online at https://github.com/PacktPublishing/Svelte-with-Test-Driven-Development/tree/main/Chapter14/Complete.
If you want to run the code in this sample, you’ll need to create a .env
file with some environment variables. There’s an example file named .env.example
that you can copy and save as .env
, which should work, but if you want to try the GitHub OAuth integration, you’ll need to do some configuration within GitHub.
You’ll find more detailed information in the repository’s README.md
file.