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

fructoland/fructo.land

Repository files navigation

This repo hosts the source code for the homepage of Fructoland.

Usage

First install the packages:

npm i

To start the development server:

npm run dev

To build for production:

npm run build