-
Hello, how do i test? I'm new to node/nextjs, do I need to use any other dependencies? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You.. don't? This is a personal project that I haven't maintained in years, which included contrived build steps with API keys to fetch data at build time (from Twitter, which since then has shut down its API, but also GitHub, Spotify and NPM, all of which I haven't kept up with changes). I may at some point work on it again, but in the mean time I'd suggest looking to learn about Node.js/Next.js from other sources. |
Beta Was this translation helpful? Give feedback.
-
I have refactored the whole site to use the app directory and server components, which simplifies a lot of the data fetching code. It should build without any special configuration, however a GitHub token is recommended to add to packages/francoisbest.com/.env to alleviate rate limits in the GitHub API. |
Beta Was this translation helpful? Give feedback.
I have refactored the whole site to use the app directory and server components, which simplifies a lot of the data fetching code.
It should build without any special configuration, however a GitHub token is recommended to add to packages/francoisbest.com/.env to alleviate rate limits in the GitHub API.