To access the TechScriptorium blog's files and code, check out this link: github/lexuscreations/techScriptoriumFiles
-
To run this app locally, create a
.env.localfile in the root directory and refer to.env.examplefor guidance. -
After implementing your preferred customizations, be sure to update the
src\utils\siteMetaData.jsfile 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
removeConsoleto true in thecompilerobject withinnext.config.jsin therootdirectory. -
To set up your environment, install NVM. Once installed, navigate to the project folder and run the command
nvm usebefore 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 Checkerinstalled, please runnpm i cspell.
-
To list your installed VS Code extensions, use the command
code --list-extensions, and save the list to.vscode/extensionsusingcode --list-extensions > extensionsthis command. -
To install "Git Bash", you can download it from git-scm/downloads.