Skip to content

This is basically an app for Genshin Impact nerds to use to max out EVERYTHING

License

Notifications You must be signed in to change notification settings

jodygeraldo/traveler-main

Repository files navigation

Traveler Main App

This is basically an app for Genshin Impact nerds to use to max out EVERYTHING. The app currently live here.

Development

1. Fork the project

2. Install dependencies

npm install

3. Setup environment variables

This project using PlanetScale with Prisma.

cp .env.example .env

Change DATABASE_URL in .env to your mysql database connection string.

4. Prisma migration

npx prisma db push

This setup characters, items and an initial user with the following credentials:

  • email jody@test.com
  • password: test1234

5. Start the server

This starts your app in development mode on port 3000, rebuilding assets on file changes.

npm run dev

LICENSE

The code is licensed under the MIT License. All Genshin Impact related contents and materials are copyright by HoYoverse.

About

This is basically an app for Genshin Impact nerds to use to max out EVERYTHING

Topics

Resources

License

Stars

Watchers

Forks