The Skiff Mail frontend uses the Next.js framework, which build on top of React and adds features like file-based routing, a built-in API, server-side rendering, and many others.
To run locally, you will need to install Yarn and set Yarn version 3.0+.
git clone https://github.com/skiff-org/skiff-apps.git
cd skiff-apps/
yarn set version berry
Then, proceed to installing the dependencies, building libraries, and running the app.
yarn
yarn build:lib
yarn dev
Navigate to http://localhost:4200/mail/inbox to test out the app. It currently uses mock data - we may add API access in the future.