Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 534 Bytes

development

source download

install nodejs to local

git clone <project>

download sources

npm install

make development environment

npm start

Launches the project from source.
can set PORT environment variable.

deploy

npm run build

Compressed sources are stored in the build folder. execute command serve -s build can open local website.