parent
43829f4ef1
commit
fd4984174f
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
|
||||
# Run a development server and load it in your default browser.
|
||||
# Will reload as soon as some source has changed.
|
||||
dev: |
||||
yarn start
|
||||
|
||||
# Build the web application to be served by a static web server
|
||||
build: |
||||
yarn build
|
||||
|
||||
# Copy build output to the /docs folder where it's served by Github pages
|
||||
dist: build |
||||
cp -r build docs
|
Loading…
Reference in new issue