Skip to content

theDS3/Website

Repository files navigation

DS3 Website

Site Status
Production Netlify Status
Development Netlify Status

Getting Started

Clone the project from GitHub

git clone https://github.com/theDS3/Website.git

Create and update the .env file based on the example file .env.example

cp .env.example .env

Then you can run it by:

cd Website
pnpm install
pnpm dev

Open http://localhost:3000 with your browser.

Take a look at our SUPPORT file for more instructions.

Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:3000
pnpm start Preview your build locally, before deploying
pnpm build Build your production site to .next
pnpm tunnel Tunnels local dev server for testing on mobile
pnpm lint Lints code with ESLint and runs type checking
pnpm format Formats code with Prettier

License

Open Source Love

refer LICENSE file in this repository.