Skip to content

histeven168/timestamp

Repository files navigation

timestamp converter online

Timestamp online converter provides a free and real-time online way to convert Unix time to the current human date, UTC and ISO.

👉 timestamp | English

Quick Started

1. Clone project

git clone git@github.com:histeven168/timestamp.git

2. Install dependencies

cd timestamp && yarn
#or
cd timestamp && npm install
#or
cd timestamp && pnpm install

3. copy .env.example and rename it to .env.local

# website URL
NEXT_PUBLIC_SITE_URL=http://localhost

4. Run it

yarn dev
#or
npm run dev
#or
pnpm dev

5. Open localhost with your browser to see it.

logo.png

Releases

No releases published

Packages

No packages published