Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 215 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 215 Bytes

Yet another site, supported by Next.js, React.js.

// init
npm install

// develop
npm run dev

// build
npm build

// export HTML files
npm export
serve --port <port>