tschumann / tomschumann

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomschumann.com

Dependencies

An up to date version of nodejs is required so before installing run:

curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install nodejs

Install yarn:

sudo curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install yarn

Developing

After building run python3 -m http.server and open http://127.0.0.1:8000/

Releasing

/install.sh which will work for a new or existing server.

Installing

yarn install
node_modules/webpack/bin/webpack.js

Testing

./test.sh

About


Languages

Language:JavaScript 78.9%Language:Shell 8.5%Language:CSS 6.6%Language:HTML 6.0%