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
.
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.
In order to run storybook, type on your terminal:
npm run storybook
Open http://localhost:6006 with your browser to see the result.
If storybook dies not run, type on your terminal:
export NODE_OPTIONS=--openssl-legacy-provider
npm run storybook