/new-year-countdown

New Year Countdown

Primary LanguageJavaScriptMIT LicenseMIT

No Longer Maintained

This project is no longer maintained.

New Year Countdown

Build Status

See it in action: https://new-year-countdown-nine.vercel.app/

This is a simple new year countdown(currently 2023).

Running it locally

You need Node.js(at least 12 is recommended.)

First, edit src/Config.js if would you like to change the configuration.

Then run:

npm install

npm start

The app will now be listening on http://localhost:3000.

To build, run(after running npm install):

npm run build

The built app will be in the build directory.