Skip to content

Latest commit

 

History

History
97 lines (58 loc) · 2.5 KB

README.md

File metadata and controls

97 lines (58 loc) · 2.5 KB

ID9 seeker

ID9 Seeker · GitHub license

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

Installation

Install the dependencies:

npm install
# or
yarn install

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Run

Build the project:

npm run build
# or
yarn build

Run the application:

npm run start
# or
yarn start

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

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.

Available Scripts

In the project directory, you can run:

build

Builds the app for production to the .next folder. It correctly bundles Next in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

start

Runs the production server. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

* You have to run build before.

test

Launches the test runner in the interactive watch mode.

test-e2e

Launches the e2e runner in the interactive watch mode.

storybook

Runs the storybook in the development mode. Open http://localhost:6006 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

build-storybook

Builds the storybook for production to the storybook-static folder. It correctly bundles Storybook in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your storybook is ready to be deployed!

License

ID9 Seeker is MIT licensed.