Also available in 繁體中文.
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.
As i get increasingly busier with academics and work, this project is currently not in active development.
However, I will still try my best to maintain the current production deployment, as well as attempting to change the code such that it's more friendly for other developers.
This doesn't mean the project will be abandoned.
Contribution to the project is welcomed. Please open a pull request to develop if the branch exists, or main if not.
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 an Upstash redis, an Azure OpenAI deployment and a Clerk account.
- Clone the repository
git clone https://github.com/3underscoreN/theVale; cd theVale- Install dependencies
npm ci-
Populate
.env.local.exampleand rename it to.env.local. -
Run the server
npm run dev- Open your browser and go to
http://localhost:3000.