akai-org / akai-webpage

https://akai.org.pl/
0 stars 0 forks source link

AKAI Webpage

Project uses Next.js.

Development

Download Node.js

Install dependencies

npm install

Run development environment

npm run dev

Build

Build Next.js project and export static pages

npm run build
npm run export

Deployment

Project uses Github Action to build and deploy static assets to Github Pages once changes are pushed to master branch.