- Languages: TypeScript, JavaScript
- Frontend Framework: Astro
- Styling: SCSS
- Content Management: microCMS
- Node.js version: 18.14.1 or higher
- Yarn version: 1.22.x or higher
-
Clone the repository:
git clone [email protected]:t-yaginuma/portfolio.git
-
Copy the .env.sample file to .env:
cp .env.sample .env
-
Add environment variables to the .env file:
MICROCMS_SERVICE_DOMAIN=<YOUR_SERVICE> MICROCMS_API_KEY=<YOUR_KEY_VALUE>
-
Install dependencies::
yarn
-
Start the development server:
yarn start