tanishq-singh-2407 / playground

Play with html, css, and javascript in the browser itself.

Home Page:https://htmlmixed-playground.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started


1. Using node

# Install the application dependencies
npm install

# Build the applicaion
npm run build

# Start the server
npm run start

2. Using docker

# Build the docker image
docker image build -t are-you-dumb .

# Run the docker container
docker run -p 3000:3000 are-you-dumb

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx.

About

Play with html, css, and javascript in the browser itself.

https://htmlmixed-playground.vercel.app


Languages

Language:TypeScript 47.9%Language:JavaScript 32.6%Language:CSS 10.6%Language:Dockerfile 8.9%Language:Shell 0.1%