Main Site
Find a file
zeon-neon[bot] 7b83366c8b
Some checks are pending
publish / publish-docker-image (push) Waiting to run
Remote Deploy / Build & deploy (push) Waiting to run
enhancement(lint): Fix lint errors for .github/workflows/deploy.yml
Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-29 04:10:49 +00:00
.github Update deploy.yml (#25) 2025-07-29 00:10:43 -04:00
assets Rewrite (#23) 2025-07-28 23:41:06 -04:00
components enhancement(lint): Fix lint errors for components/BigTextMain.vue 2025-07-29 04:07:52 +00:00
lib/jsscripts Rewrite (#23) 2025-07-28 23:41:06 -04:00
pages fix: mobile (#24) 2025-07-29 00:07:40 -04:00
public Rewrite (#23) 2025-07-28 23:41:06 -04:00
.dockerignore feat: docker (#5) 2024-09-06 22:41:03 -04:00
.gitignore Rewrite (#23) 2025-07-28 23:41:06 -04:00
app.vue Rewrite (#23) 2025-07-28 23:41:06 -04:00
CONTRIBUTING.md enhancement(lint): Fix lint errors for CONTRIBUTING.md 2024-09-06 17:28:22 +00:00
eslint.config.mjs Rewrite (#23) 2025-07-28 23:41:06 -04:00
LICENSE readme 2024-06-25 01:27:08 -04:00
nuxt.config.ts Rewrite (#23) 2025-07-28 23:41:06 -04:00
package.json Rewrite (#23) 2025-07-28 23:41:06 -04:00
README.md Rewrite (#23) 2025-07-28 23:41:06 -04:00
tsconfig.json Rewrite (#23) 2025-07-28 23:41:06 -04:00
wak.toml Feat/contact and donate in php (#14) 2025-01-26 23:07:20 -05:00

screenshot

My portfolio

This is my website portfolio made in nuxt + vue + daisyui!

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.