Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novailoveyou/alc-ft
Production web app innovapure.tube
https://github.com/novailoveyou/alc-ft
docker nextjs14 postgresql prisma react rsc shadcn-ui swr tailwindcss zod zustand
Last synced: about 15 hours ago
JSON representation
Production web app innovapure.tube
- Host: GitHub
- URL: https://github.com/novailoveyou/alc-ft
- Owner: Novailoveyou
- Created: 2024-05-02T17:50:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:28:30.000Z (6 months ago)
- Last Synced: 2024-11-20T20:41:06.445Z (3 months ago)
- Topics: docker, nextjs14, postgresql, prisma, react, rsc, shadcn-ui, swr, tailwindcss, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 44.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Getting Started
## First steps
Make sure you've got installed on your machine:
- Node.js
- pnpm
- DockerThen open your terminal, navigate to desired folder and run the following command
```bash
git clone https://github.com/Novailoveyou/alc-ft.git alc-ftcd ./alc-ft/innovapure.tube
pnpm run snaplet:init
pnpm run init
```Then create ./innovapure.tube/.env file and fill it in with env vars
## Run dev local server
Next time you'd want to run local dev server, just navigate to the project folder and run
```bash
pnpm dev
```To view app in the browser go to https://localhost:3000
To view prisma studio go to http://localhost:5555
Enjoy!