TTPLAYS stands for TypeScript, TailwindCSS, Prisma, Lucia Auth, Your Database, and Superforms. It is a Sveltekit-Stack that uses these technologies to create a full-stack web application.
Clone the repo
git clone https://github.com/itzAmka/TTPLAYS.git
Install NPM packages
npm install
# OR
yarn
# OR
pnpm install
Create a .env
file in the root directory and add the following environment variables:
DATABASE_URL="YOUR_DATA_BASE_URL"
Run the Prisma commands to generate the Prisma client and migrate the database
npx prisma generate
Run the development server
npm run dev
# OR
yarn dev
# OR
pnpm dev
Open http://localhost:5173 with your browser to see the result.
That's it! You're ready to start building your app. Enjoy your time with TTPLAYS Stack 😊🎉
Distributed under the MIT License. See LICENSE
for more information.
Contributions, issues, and feature requests are welcome! Thank you for contributing to this project.
Feel free to check the issues page.
Give a ⭐️ if you like this project! Thank you for your support!