Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 321 Bytes

development.md

File metadata and controls

26 lines (12 loc) · 321 Bytes

Generate the site of AS Info Next

Use Next.js.

Preparation

First, install node.js. And then, do

npm install

Launch a local server

Run dev.

npm run dev

Generate a static site

Run build and export to generate a static site.

npm run build
npm run export