A Vue 3 application for the PrivateAIM website.
This project is built with Vue 3 and TypeScript.
- Node.js (v22 or higher recommended)
- npm
# Clone the repository
git clone https://github.com/PrivateAim/website
# Navigate to the project directory
cd website
# Install dependencies
npm install# Start the development server
npm run dev# Build for production
npm run build