/flarenav

navigation website template make with hyperui and hyperui

Primary LanguageTypeScript

FlareNav

FlareNav is a open source tool to help you find the best tools for your needs. you can use this to make your own tool list.

Features

  • i18n (ten languages)
  • Json data support
  • Markdown support
  • SEO friendly
  • google sign in (use supabase)
  • google adsense config
  • google analytics config
  • search
  • admin dashboard
  • dark theme
  • ...

Deploy on Vercel

Deploy with Vercel

Getting Started

step1: install dependencies

npm install

step2: copy .env.example to .env

cp .env.example .env

step3: config .env

SUPABASE_URL=
SUPABASE_ANON_KEY=
GOOGLE_ANALYTICS_MEASUREMENT_ID=
GOOGLE_ADS_ACCOUNT=
ADMIN_PASSWORD=

step4: run the dev server

npm run dev