Skip to content

genesis-ai-dev/langquest-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

448 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First, install the dependencies:

pnpm i

Second, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables (Vercel)

Pull environment variables from your Vercel project into a local .env.local and access them via process.env.

  1. Link this folder to your Vercel project (skip if .vercel/project.json exists):
pnpm dlx vercel@latest link
  1. Pull the env variables into a local file:
pnpm dlx vercel@latest env pull .env.local
  • Choose which set to pull (Development/Preview/Production) when prompted.

Learn More

To learn more about Next.js, take a look at the following resources:

Future Development (Possibilities)

Database Viewer

  • Move to a local first approach, and sync with Supabase database
    • then do SQL queries and such for filtering rather than JavaScript (save bandwidth).

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages