- Clone the repo
git clone https://github.com/sasidhar678/coming-soon-web.git
- Navigate to root directory
cd coming-soon-web
- Install dependencies
npm install
(or)
yarn
- Modify the release date under
coming-soon-web/src/components/FlipClock.jsx
- Start the development server
npm start
(or)
yarn start
- Run the following command
npm build
(or)
yarn build