sbry / bsvadw.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##
# 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 ICS_URL_BETTV="https://"
export ICS_URL_GOOGLE="https://"

##
# sync.py für Aktualisierungen:
 Usage: 
 ./sync.py push|push_ics|pull_ics

This is a starter template for Learn Next.js.

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

About


Languages

Language:JavaScript 71.2%Language:HTML 18.9%Language:Python 5.7%Language:SCSS 3.6%Language:Shell 0.6%