My tech blog.
The blog.kubosho.com is a website with the source files available for preview and development. It requires Node.js and Yarn for development.
To view a preview of the website in a local environment, follow these steps:
yarn install to download the necessary packages..env file with the required environment variables. Example:X_MICROCMS_API_KEY = [Authentication key for microCMS API requests]
X_MICROCMS_API_SUB_DOMAIN = [Sub domain of microCMS]
X_MICROCMS_API_NAME = [API name of microCMS]
yarn dev to start the preview server.The blog.kubosho.com website provides source files for preview and development. It requires Node.js and Yarn for installation and utilizes environment variables for fetching articles from microCMS. By following the installation guide, users can view a local preview of the website.