Commit f72bc011 authored by duanjinfei's avatar duanjinfei

update document

parent bfe0a165
# Makefile for yarn commands
# Define variables
YARN = yarn
.PHONY: all install build start
# Default target
all: install build start
# Install dependencies
install:
$(YARN)
# Build the project
build:
$(YARN) build
# Start the project
start:
$(YARN) start
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment