Files
artsite/README.md
Arthur DANJOU 9d4ca6476b Replace Mapbox integration with custom Globe component
Switched from Mapbox to a custom globe visualization using 'cobe' library. Removed all Mapbox-related code, dependencies, and environmental variables. Introduced a WebSocket-based system to display live visitor data on the globe.
2025-01-29 12:43:03 +01:00

1.5 KiB

Portfolio 2024

🖼 My new portfolio built with Nuxt, Nuxt Content, NuxtUI, Nuxt Studio, NuxtHub


⚒️ Tech stack

🍱 Adding content

Portfolio

Add a new .md file in /content/portfolio/ and follow the same pattern as the other articles. Add images in /public/portflio/.

Uses

Add a new item in /content/uses.

Running locally

# Installation (recommended for nuxt3)
pnpm i --shamefully-hoist

# Development server
pnpm dev

Add a .env file with the following content:

# Wakatime
NUXT_WAKATIME_USER_ID=...
NUXT_WAKATIME_CODING=...
NUXT_WAKATIME_LANGUAGES=...
NUXT_WAKATIME_OS=...
NUXT_WAKATIME_EDITORS=...

# Nuxt Sitemap
NUXT_PUBLIC_SITE_URL=...

# Nuxt Hub
NUXT_HUB_PROJECT_KEY=...

# Discord
NUXT_DISCORD_ID=...
NUXT_DISCORD_TOKEN=...
NUXT_DISCORD_USER_ID=...

# Cloud files
NUXT_PUBLIC_CLOUD_RESUME=...

# Nuxt I18N
NUXT_PUBLIC_I18N_BASE_URL=...

📄 License

MIT © Arthur Danjou