Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Shitaro/haphysics-pages-old

Repository files navigation

haphysics

Netlify Status License: MIT

There are codes to generate my website.

haphysics = happy + physics
https://haphysics.com/

Description

This website provides my insights on natural science, programming and electronics.

My website is composed of...

Demo

haphysics

Usage

Option 1: npm

$ npm run dev

Option 2: yarn

$ yarn dev

Build

Option 1: npm

$ npm run build

Option 2: yarn

$ yarn build

Export to /out

Option 1: npm

$ npm run export

Option 2: yarn

$ yarn export

Deploy

Option 1: npm

$ npm run deploy

Option 2: yarn

$ yarn deploy