/as-info-next

Primary LanguageJavaScript

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