Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sqwyer/epm-t3
📚 A project manager for EAST Initiative projects built on the T3 stack.
https://github.com/sqwyer/epm-t3
nextjs prisma t3 trpc typescript
Last synced: 3 days ago
JSON representation
📚 A project manager for EAST Initiative projects built on the T3 stack.
- Host: GitHub
- URL: https://github.com/sqwyer/epm-t3
- Owner: sqwyer
- License: mit
- Created: 2022-07-26T15:50:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T03:54:21.000Z (over 2 years ago)
- Last Synced: 2024-09-27T13:01:31.519Z (3 months ago)
- Topics: nextjs, prisma, t3, trpc, typescript
- Language: TypeScript
- Homepage: http://epm-t3.vercel.app/
- Size: 235 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eastverse
📚 A project manager for EAST Initiative projects built on the T3 stack.
- [[Production Preview]](https://epm-t3.vercel.app)
- [[Unstable Preview]](https://epm-t3-git-unstable-sawyerbivens.vercel.app/)### Running Locally
**Cloning**
```
git clone http://github.com/sqwyer/epm-t3.git
cd epm-t3
```> **Note:** You must create and fill out a `.env` file, you can use the `.env-example` file as a template.
**Running**
```
npm install
npm run dev
```---
This is an app bootstrapped according to the [init.tips](https://init.tips) stack, also known as the T3-Stack.
This project is licensed under the MIT Open Source license.