Overview
The blog.kubosho.com is a website with the source files available for preview and development. It requires Node.js and Yarn for development.
Features
- Source files available for preview and development
- Uses Node.js for server-side JavaScript
- Utilizes Yarn package manager
Installation
To view a preview of the website in a local environment, follow these steps:
- Install Node.js and Yarn if not already installed.
- Run
yarn installto download the necessary packages. - Set up the
.envfile 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]
- Run
yarn devto start the preview server.
Summary
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.