hirossan4049 / talk

Listening and Speaking

Home Page:https://sinproject.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Talk


What is Talk?

This is a listening and speaking language learning app.

Prerequisites

Prerequisites for Text-to-Speech

Prerequisites for Translation

Setting up the project

Here are the steps:

  1. Get the project and setup:
# Clone the repo to your current directory
git clone https://github.com/sinProject-Inc/talk.git

# Install the dependencies
cd /talk
npm install
  1. Create a database named talk
  2. Create a .env file by copying .env.example at the top level of the project
  3. rewrite the env file.
  4. Push the initial schema to the database:
npx prisma db push
  1. Run locally
# Start the server and open the app in a new browser tab
npm run dev -- --open
  1. Insert initial data only for the first time

Feedback

πŸ‘‰ Ask a question

πŸ‘‰ Request a new feature

πŸ‘‰ Upvote popular feature requests

πŸ‘‰ Create a bug report

πŸ‘‰ Become a sponsor

License

Copyright (c) sinProject Inc. All rights reserved.

Licensed under the MIT license.

About

Listening and Speaking

https://sinproject.net

License:MIT License


Languages

Language:TypeScript 66.9%Language:Svelte 21.2%Language:CSS 5.1%Language:JavaScript 4.7%Language:Shell 1.6%Language:HTML 0.5%