Skip to content

tintin10q/Coding-Dragon

Repository files navigation

Runescape Dragon

This project is a webapp where you can have a leader board with a Runescape theme. The leaderboard is based on how many challenges you solve on leet code after signing up. You deal passive damage to the dragon for each challenge you solve.

Make sure that the urls match in the python file and the src/pages/dragon.vue file.

Look at the Nuxt 3 documentation to learn more.

Argitecture

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published