8000 GitHub - 3underscoreN/thevale: An open-source anonymous platform empowering users to share heartfelt emotions, or offer warm support.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3underscoreN/thevale

Repository files navigation

The Vale

Also available in 繁體中文.

Website Deploy License: AGPL v3

A simple website for people to leave their emotion as an echo, and for listening to other people's emotions.

This project is deployed on Vercel.

Stack

Next.js Tailwind CSS PostgreSQL

Contribution

Contribution to the project is welcomed. Please open a pull request to develop if the branch exists, or main if not.

Deployment

You need to have a PostgreSQL database running. This project uses Neon for the database. You can sign up for an account at Neon.

You also need a Clerk account for authentication when you use the admin panel. You can sign up for an account at Clerk.

  1. Clone the repository
git clone https://github.com/3underscoreN/theVale; cd theVale
  1. Install dependencies
npm install
  1. Create a .env file in the root directory and add the URL to the database:
// File: .env.local
DATABASE_URL="postgresql://..."
DATABASE_URL_DEV="postgresql://..."
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="pk_test_..."
CLERK_SECRET_KEY="sk_test_..."
  1. Run the server
npm run dev
  1. Open your browser and go to http://localhost:3000.

About

An open-source anonymous platform empowering users to share heartfelt emotions, or offer warm support.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  
0