Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Getting Started

## First steps

Make sure you've got installed on your machine:

- Node.js
- pnpm
- Docker

Then open your terminal, navigate to desired folder and run the following command

```bash
git clone https://github.com/Novailoveyou/alc-ft.git alc-ft

cd ./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!