Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianHagelstam committed Feb 3, 2024
1 parent 32f5ac2 commit 40e533e
Show file tree
Hide file tree
Showing 6 changed files with 709 additions and 355 deletions.
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,30 @@

### Get started

Install dependencies:

```bash
git clone https://github.com/WilliamTuominiemi/NFT-Art-Platform.git
cd NFT-Art-Platform
npm install
```

# Create a .env file in the root of the project and fill it out as per .env.example
Create e `.env` file and fill it out as per `.env.example`:

npm install
```bash
cp .env.example .env
```

Create database tables from Prisma schema:

```bash
npm run db:push
```

Start the development server:

```bash
npm run dev
```

### Tech stack

Baynet is built with the [T3 Stack](https://create.t3.gg), which includes the following technologies:

- [Next.js](https://nextjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [tRPC](https://trpc.io)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [PlanetScale](https://planetscale.com/)
- [Tailwind CSS](https://tailwindcss.com)
Baynet is built with the [T3 Stack](https://create.t3.gg/) and [ShadcnUI](https://ui.shadcn.com/).
Loading

0 comments on commit 40e533e

Please sign in to comment.