A WIP project I am using to share relevant knowledge I've obtained through the years.
- TypeScript
- React (v18)
- Redux
- Next.js
GITHUB_TOKEN
: A private token from GitHub to authenticate against GitHub's API and retrieve assets on build time.
The file next.config.js
contains a few environment variables used to clone the DevBlog repository containing all the articles. This file should be modified based on the environment.
- Implement shortener API (sharing)
- Refactor
<AppHeader/>
component - Unify
.scss
files (not critic) - Cleanse
/components/
folder