Check out the hosted version here.
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 build -t random_things . && docker run -p 3000:3000 random_things
# or
yarn docker
Navigate to localhost:3000.