nightlight
Языки
- JavaScript92,9%
- Dockerfile3,8%
- HTML1,7%
- Makefile1,4%
- CSS0,2%
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
README.md
Nightlight
Script for the Nightlight web page, uses under the hood is Three.js, a JavaScript library used to create and display animated 3D computer graphics.
Installation and use
You can install the script by cloning/downloading this repository and running:
npm install
npm run serve
It is also possible to pull the image from the docker hub and run docker pull alekstar79/nightlight.
For ease of use, a Makefile has been created with short commands [ pull, run, stop ].docker run -d -p 80:80 --rm --name nightlight alekstar79/nightlight
