Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
/ snowfall Public archive

Unfinished website of Snowfall Online convention made in less than 1 week.

License

Notifications You must be signed in to change notification settings

noskla/snowfall

Repository files navigation

❄️ Snowfall

Project is abandoned

Deadlines were way too short and had very little time to spend on this project so it will stay archived indefinitely and most likely won't be developed anymore in this form on this repository.

About

A project made for "Snowfall Ponymeet" event performed online in 2021 by Bronies Silesia.

Building on Windows:

git clone git://github.com/noskla/snowfall.git
cd .\snowfall\
.\build.ps1

Building on Linux/FreeBSD:

git clone git://github.com/noskla/snowfall.git
cd snowfall
chmod +x build.sh
./build.sh

Building and deploying a Docker image:

git clone git://github.com/noskla/snowfall.git
cd snowfall
chmod +x build.sh
./build.sh
docker build -t snowfall .
docker run --name snowfall -p 20000:20000 \
    -v /path/to/config.json:/data/config.json \
    -d snowfall

About

Unfinished website of Snowfall Online convention made in less than 1 week.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages