Skip to content

A website built with Remix, TailwindCSS & Sanity, built like a page-builder

Notifications You must be signed in to change notification settings

EmilEinarsen/Hagatun

Repository files navigation

Hagatun Revision

Welcome to Hagatun!

Front-end

Our choice of framework is Remix. For it's fundamentally web-first principals and ease to mediate the split JS between client and server.

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

CMS

Our choice of CMS is Sanity. For it's customizability and great developer experience.

Development

From your terminal:

cd studio && npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Releases

No releases published

Packages

No packages published