This is the repo for phil marketing website hosted at phil.us
The project uses Gatsby for SSG and Contentful as headless CMS.
The project uses Mantine as UI library.
yarn install
– install required packagesyarn start
– start project locally in development environmentyarn build
– export project for productionyarn serve
– serve production build locally