OGCIO design system integration using fastify and vite.
- OGCIO/DS - HTML enhanced for web apps!
This requires Node.js to run.
Install the dependencies for server and frontend and run them respectively.
Fastify server:
npm i
node index.js
Frontend:
cd frontend
npm i
npm run dev
MIT