Skip to content

deepsquare-io/website

Folders and files

NameName
Last commit message
Last commit date
May 7, 2024
Jan 21, 2025
Jan 28, 2024
Jan 15, 2024
Jan 15, 2024
Jan 15, 2024
Jan 22, 2024
Jan 15, 2024
Jan 15, 2024
Jan 26, 2024
Feb 12, 2024
Jan 24, 2024
Jan 24, 2024
Apr 23, 2025
Jan 15, 2024
Apr 23, 2025
Jan 15, 2024
Feb 12, 2024
Jan 17, 2024
Jan 16, 2024
Jan 15, 2024
Jan 15, 2024

Repository files navigation

DeepSquare.io

Official source code of the deepsquare.io website.

Developing

Once you've created a project and installed dependencies with pnpm install, start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

LICENSE

The project is licensed under the Apache 2 license.