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 -f docker-compose.umami.yml up
docker exec -t vortex-postgres pg_dump -U postgres --data-only vortex > dump_`date %d-%m-%Y"_"%H_%M_%S`.sql
cat dump.sql | docker exec -i vortex_postgres psql -U postgres -d vortex
- 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