Skip to content

7tianv/vortex

This branch is 1 commit ahead of, 17 commits behind jarvis2f/vortex:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44571fc · Mar 22, 2024

History

5 Commits
Mar 20, 2024
Mar 15, 2024
Mar 20, 2024
Mar 15, 2024
Mar 22, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 21, 2024
Mar 15, 2024
Mar 22, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 20, 2024
Mar 20, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024
Mar 15, 2024

Repository files navigation

Vortex

Vortex Logo

Vortex is a simple and fast web application. It is built with Next.js, Tailwind CSS, and Prisma.

Vortex Docker Vortex Version Vortex codecov Vortex License

Vortex Dashboard

Vortex Umami

Installation

Docker Compose

  1. Copy the .env.example file to .env and fill in the environment variables.
  2. Copy the docker-compose.yml file to the root of your project.
  3. Copy the redis.conf file to the redis folder, and modify the password.
docker-compose up

Optional Steps for umami

  1. Copy the docker-compose.umami.yml file to the root of your project.
docker-compose up -f docker-compose.umami.yml

Vercel

Deploy with Vercel

Development

Prerequisites

  • Node.js >= v20.8.1
  • Yarn
  • PostgreSQL
  • Redis

Getting Started

  1. Install the dependencies.
npm install
  1. Copy the .env.example file to .env and fill in the environment variables.
  2. Start the development server.
npm run dev

License

Vortex is open source software licensed as MIT.

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 1.3%
  • Other 0.7%