To access the TechScriptorium blog's files and code, check out this link: github/lexuscreations/techScriptoriumFiles
-
To run this app locally, create a
.env.local
file in the root directory and refer to.env.example
for guidance. -
After implementing your preferred customizations, be sure to update the
src\utils\siteMetaData.js
file metaInfo.- You also need to update all meta details, links, and author information throughout the entire app, including the README.
-
Before production, locate and set
removeConsole
to true in thecompiler
object withinnext.config.js
in theroot
directory. -
To set up your environment, install NVM. Once installed, navigate to the project folder and run the command
nvm use
before launching the project.- Additionally, you can download NVM for Windows from this link: github/coreybutler/nvm-windows
-
If you don't have the VS Code extension
Code Spell Checker
installed, please runnpm i cspell
.
-
To list your installed VS Code extensions, use the command
code --list-extensions
, and save the list to.vscode/extensions
usingcode --list-extensions > extensions
this command. -
To install "Git Bash", you can download it from git-scm/downloads.