Welcome to the AliasVault landing page repository. This project contains the source code for the website deployed at https://www.aliasvault.net.
For more information about AliasVault, including installation instructions and technical details, please visit the main repository.
This landing page is built using Next.js, a powerful React framework.
In order to run the development server, run the following command:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
You can easily deploy the landing page using Docker:
docker compose up -d
To update the deployment, pull the latest changes and rebuild the container:
git pull
docker compose up -d --build --force-recreate