This repository contains the source code for typescript-ohjelmointi.github.io.
# install dependencies and tools
$ npm install
# start local server for previewing
$ npm start
# or, if you need to access the site from outside:
$ npm start -- --host 0.0.0.0
# build the whole site into static assets
$ npm build
# deploy to GitHub pages
$ GIT_USER=USERNAME npm run deploy
The front page pictures robo-study.png, robo-study2.png, ts-js.png and ts-learning-goals.png were generated using DALL-E 3.
This website is built using Docusaurus 2, a modern static website generator.