Demo: https://stovt.github.io/encounter-builder-typescript/
Run yarn start
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Run yarn build
to build the project. The build artifacts will be stored in the build/
directory.
Run bash deploy.sh
to deploy the project to github pages. Also remember to change the repo link in the depliy.sh
.