Skip to content

zeiq-co/zeiq-co

Repository files navigation

Zeiq.co.

Fully re-written using Nextjs and TailwindCSS, includes Graphql Server + Authorization and blog. It’s depended on Zeiq Base for elements and helpers.

Stack

To use

  • Fork or download this repo
  • Ready!

Setup

Run:

yarn install

Development

To start development server

yarn dev

To build email templates

Visit:

http://localhost:3000/api/build-emails
yarn test

Deployment

To deploy to zeit now host

yarn deploy

Lint code and check Errors

Using Eslint and Prettier

yarn lint