Skip to content

Lory1990/lory1990.github.io

Repository files navigation

Personal Website

The purpose of this project is to develop a personal website with SEO with composable features.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Before running the development server, install the packages by typing on your terminal:

npm install
# or
yarn install

In order to run the development server, type on your terminal:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Storybook

In order to run storybook, type on your terminal:

npm run storybook

Open http://localhost:6006 with your browser to see the result.

Troubleshooting

If storybook dies not run, type on your terminal:

export NODE_OPTIONS=--openssl-legacy-provider
npm run storybook