Giter Site home page Giter Site logo

hehehai / blueprint Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jackquinlan/blueprint

0.0 0.0 0.0 324 KB

A modern Next.js 13 application blueprint.

Home Page: https://blueprint.jackquinlan.co/

License: MIT License

Shell 0.04% JavaScript 1.12% TypeScript 97.59% CSS 1.25%

blueprint's Introduction

Blueprint

  • Blueprint is a Next.js starter kit built to help you get your project off the ground faster so you can focus less on the tedious setup and more on building incredible experiences for your users.

  • Blueprint aims to provide a minimal set of feautures and examples that you can use to expand into your own projects and customize to fit your needs.

  • This project is inspired by shadcn's Taxonomy project (https://tx.shadcn.com/).

  • Check out shadcn on twitter https://twitter.com/shadcn

  • I would also like to thank Theo (https://twitter.com/t3dotgg) and the T3 community (https://create.t3.gg/) for their amazing open-source work. They have all motivated and inspired me to start building!

Getting Started

  1. Install dependencies by running pnpm install.
  2. Setup the database
    • cd packages/db - Go to the database package.
    • cp .env.example .env - Copy the environment.
      • Follow the instructions in the .env file to setup a database with PlanetScale or Docker.
  3. Setup the website
    • cd apps/web - Go to the Next.js website app.
    • cp .env.example .env - Copy the environment.
      • Follow the instructions in the .env file to setup all of the required environment variables.
  4. To run the website, run pnpm dev and visit http://localhost:3000/

Technology Stack

  • These are the technologies that are used and recommended for this starter kit. But I understand that not everyone uses everything in this list. The code is yours for you to customize. For example, switching out Next Auth for Clerk.
  1. Next.js 13 + React 18
  2. Shadcn UI Components
  3. tRPC
  4. Next Auth (Auth.js)
  5. Prisma
  6. PlanetScale (recommended)
  7. Stripe

blueprint's People

Contributors

jackquinlan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.