This web-app takes a user-generated list of names and randomly picks one.
LIVE LINK: https://random-name-picker-alpha.vercel.app
This project was built with Svelte and uses its basic dependencies. No other libraries or frameworks were used.
To run a version locally on your own machine
Optional:
#make a directory and change into it:
mkdir newDirectory && cd newDirectory
Required:
#clone the repository into the current directory over SSH:
git clone [email protected]:GMSoudersJr/random-name-picker.git
#change into newly cloned directory:
cd random-name-picker
#run this command to install all dependencies:
npm install
for a local development server, run:
npm run dev
run this commmand to build:
npm run build