A randomizer for stardew valley games
By GillanCodes
This web app intended to generate random name for your new stardew valley save !
This app generate a random name, farm name and favorite thing.
Currently the randomization is by a json file.\
I've planned to add many features such as gender selection for name, copy on click, lock a field ...\
First of all make sure to have NodeJS and npm ou yarm installed on your computer.\
- Download or clone the repo
1.a . Unzip the file (if manually download)
1.b . Open a terminal in the folder - Type
npm i
to install all the dependencies
2.a . Typenpm run build
to build the app - In the same time make sure to have
serve
installed
3.a . If not typenpm i --save -g serve
- If you have installed
serve
and your build is successfully done you can runserve -l [PORT such as 3000] -s [name of you build foder]
4.a. If you have followed all the steps your command should beserve -l 3000 -s build