Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 775 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 775 Bytes

Development

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Icons (development)

Icons are in the ./icons/svg folder, optimised and stripped of the width and height values.

Create components from the icons by running:

npm run build-icons

Production

npm ci
npm run build
npm run export

Content

All content is structured under the /data folder. Most of the pages are structured dynamically, which allows for custom modifications and enables building new content pages quickly. All Pages should be in the /data/pages folder. They are not automatically generated, the page slug has to be added in the /pages/[...slug].tsx file.