An open API service indexing awesome lists of open source software.

https://github.com/berzanorg/thedaks-website

The website of TheDaks on Monad Testnet.
https://github.com/berzanorg/thedaks-website

Last synced: about 2 months ago
JSON representation

The website of TheDaks on Monad Testnet.

Awesome Lists containing this project

README

        

# TheDaks Website

This is the website of [TheDaks](https://x.com/thedaks_png) on [Monad](https://monad.xyz) Testnet.

> If you want to run the website locally on your computer, you can follow the instructions below.

![TheDaks](/public/og.png)

## Instructions

> Before starting you should make sure that you have [Git](https://git-scm.com) and [Node.js](https://nodejs.org) installed on your computer.

Clone the repository:

```bash
git clone https://github.com/berzanorg/thedaks-website.git
```

Change the directory:

```bash
cd thedaks-website/
```

Install dependencies:

```bash
pnpm install
```

Run it on your computer:

```bash
pnpm dev
```

Make a production build:

```bash
pnpm build
```

## Project Structure

Inside of your Astro project, you'll see the following folders and files:

```text
┌── src
│ ├── layouts
│ │ └── Layout.astro
│ └── pages
│ └── index.astro
└── public
├── 5.png
├── background.webp
├── favicon.svg
└── og.png
```