Skip to content

xaerru/randomThings

Repository files navigation

Random Things

View Live

Check out the hosted version here.

Installation

Clone the project:

git clone https://github.com/grvxs/randomThings.git

Move to the project directory:

cd randomThings

Install the dependencies:

yarn install

To start the development server run the following command:

yarn dev

Navigate to localhost:3000.

Docker

docker build -t random_things . && docker run -p 3000:3000 random_things
# or
yarn docker

Navigate to localhost:3000.

About

Generate random user cards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published