##
# build the site
cd site
##
# install NPM
npm install
##
# update NPM
npm update
##
# open development server
npm run dev
##
# build site in ../html
npm run build
##
#
cd ..
##
# Environment-Variable FTPS_URL must be set (this is special)
export FTPS_URL=ftps://user:pass@host:port
export HEIMSPIELE_HALLE1="https://"
export TERMINE_HALLE2="https://"
##
# sync.py für Aktualisierungen:
Usage:
./sync.py push|push_ics|pull_ics
This is a starter template for Learn Next.js.
This README would normally document whatever steps are necessary to get your application up and running.
- Quick summary
- Version
- Learn Markdown
- Summary of set up
- Configuration
- Dependencies
- Database configuration
- How to run tests
- Deployment instructions
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact