Vortex is a simple and fast web application. It is built with Next.js, Tailwind CSS, and Prisma.
- Copy the .env.example file to
.env
and fill in the environment variables. - Copy the docker-compose.yml file to the root of your project.
- Copy the redis.conf file to the redis folder, and modify the password.
docker-compose up
- Copy the docker-compose.umami.yml file to the root of your project.
docker-compose up -f docker-compose.umami.yml
- Node.js >= v20.8.1
- Yarn
- PostgreSQL
- Redis
- Install the dependencies.
npm install
- Copy the .env.example file to
.env
and fill in the environment variables. - Start the development server.
npm run dev
Vortex is open source software licensed as MIT.
Tip