Initially created using Learn Next.js. Changing and growing with NEXT.js
learning!
Clone and create .env.local
file with the following content,
NEXT_PUBLIC_NAME=<YOUR_NAME>
NEXT_PUBLIC_FAKE_BLOG_NAME=<YOUR_FAKE_BLOG_NAME>
NEXT_PUBLIC_ORIGINAL_BLOG_NAME=<YOUR_FAKE_ORIGINAL_BLOG_NAME>
NEXT_PUBLIC_ORIGINAL_BLOG_LINK=<YOUR_FAKE_ORIGINAL_BLOG_LINK>
NEXT_PUBLIC_TWITTER_LINK=<YOUR_TWITTER_LINK>
Please Note: The app runs without these environment variables. These just makes it more fun!
Run this command,
yarn install # Or npm install
Then,
yarn dev # Or npm run dev
Who doesn't need motivations? Want to motivate? Give this repo a Star (🌟).