My personal site https://mrrpnya.pages.gay
This repository has been archived on 2025-09-23. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
aces 1da581a710
All checks were successful
Deploy site to Pages / deploy (push) Successful in 1m17s
Added a missing protocol header to a link.
2025-08-11 04:46:52 -07:00
.forgejo/workflows . 2025-04-20 17:33:13 -07:00
.github/workflows :3 2025-01-04 12:20:53 -08:00
assets Meow 2025-08-07 21:43:00 -07:00
components Readability improvements 2025-03-26 16:41:06 -07:00
content Added a missing protocol header to a link. 2025-08-11 04:46:52 -07:00
manifests . 2025-01-25 20:07:42 -08:00
pages ... 2025-02-16 21:01:14 -08:00
public Meow 2025-08-07 21:43:00 -07:00
server Initial Commit 2024-12-21 19:11:09 -08:00
utils/page_updater trying out names 2025-04-05 00:57:42 -07:00
.gitignore Initial Commit 2024-12-21 19:11:09 -08:00
app.vue trying out names 2025-04-05 00:57:42 -07:00
content.config.ts beginning i18n support 2025-02-16 19:31:39 -08:00
deno.lock beginning i18n support 2025-02-16 19:31:39 -08:00
Dockerfile . 2025-01-25 21:08:35 -08:00
fleet.yaml . 2025-01-25 20:07:42 -08:00
i18n.config.ts beginning i18n support 2025-02-16 19:31:39 -08:00
nuxt.config.ts . 2025-04-19 10:08:57 -07:00
package.json beginning i18n support 2025-02-16 19:31:39 -08:00
README.md changed readme 2024-12-21 19:51:46 -08:00
shell.nix :3 2025-01-01 20:56:09 -08:00
tailwind.config.js :3 2025-01-25 19:37:29 -08:00
tsconfig.json Initial Commit 2024-12-21 19:11:09 -08:00
vitest.config.ts beginning i18n support 2025-02-16 19:31:39 -08:00

Nuxt Minimal Starter

TODO: Change this file.

Look at the Nuxt documentation to learn more.

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.