/de-space

My decentralized blog build on Subsocial and Crust Storage

Primary LanguageTypeScript

This is a Next.js, MUI v5 and Typescript starter. You can use this to start your Next.js + MUI + Typescript development faster and easier.

Getting Started

  1. First download files.
  2. (Optional) If you want, You can also change the project name to whatever your like and also add the project name in "package.json".
  3. Run this command in the project directory to install dependencies:
npm i
# or
yarn
  1. You can run dev server with the following command:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.