Capital • Technology • Web3 • Digital
A modern investment firm website built with Nuxt 3, showcasing our focus on capital investment, technology ventures, Web3 solutions, and digital transformation.
- Capital Investment: Strategic investment in emerging technologies
- Technology Ventures: Early-stage technology company investments
- Web3 Solutions: Blockchain, DeFi, and decentralized technology investments
- Digital Transformation: Digital innovation across all sectors
- Framework: Nuxt 3
- UI Library: Nuxt UI
- Styling: Tailwind CSS
- Icons: Heroicons & Simple Icons
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run previewCheck out the deployment documentation for more information.