/blog-modern

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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>