Skip to content

Fingerstyle-Taiwan/nextjs-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

037b504 · Feb 10, 2023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FingerStyle Taiwan Frontend

Official Link

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

If you have installed problem about Windows, you can see this guideline. - Document

Getting Started

development

setup development

make setup

up development services

make up

access in browser

http://localhost:3000

down development services

make down

restart development services

make restart

production

build production services

make build-production

start production services

make start-production

restart production services

make restart-production