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.
- Host: GitHub
- URL: https://github.com/berzanorg/thedaks-website
- Owner: berzanorg
- Created: 2025-03-16T21:14:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T21:40:25.000Z (2 months ago)
- Last Synced: 2025-03-16T22:29:13.356Z (2 months ago)
- Language: Astro
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```