Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

spilnotaxyz/website

Repository files navigation

Spilnota Frontend Template

Note Uses next, typescript, storybook with @mui/system. Don't use this template if you don't plan on creating your own design-system, or just install @mui/material or something else.

How to use

yarn
yarn dev

The idea behind the example

The project uses Next.js, which is a framework for server-rendered React apps. It includes @mui/system and its peer dependencies, including emotion, the default style engine in MUI v5. If you prefer, you can use styled-components instead.