Skip to content

rinbk201/inopan

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Install guid

1st install Node and check Node version

The project require Node enviroment.

  • 1, Check you have already installed Node or not. : node -v
  • 2, if you not installed node. you should install node.
  • 3, Check your node version. You can check with node v. require version is 18.16.0

Clone project

The project can clone from github with "git clone "repogitry https url".

  • Note: I recommand Cloning from VSCode. if you are already complate collaborate VSCode with gitHub.

install yarn and node_module.

  • Development is uses yarn. Please install that withnpm install yarn
  • After that. Please enter yarn. the yarn starts installation node_module and module which deaclear "package.json" automatically.

アプリの起動の仕方

  • cloneやpullをしたらとりあえずyarn
  • 開発環境用yarn run dev
  • 本番環境用はyarn run builsdyarn run start

DB関係

  • DBの初期化npx prisma init
  • Prismaのスキーマを書き換えたらnpx prisma db push
  • ブラウザで、DB内にアクセスしたいときnpx prisma studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages