This website is inspired by Dan Abramov's iconic overreacted.io and leerob.io. It is built using Next.js, Vercel, and Tailwind CSS.
To get started with this project, clone the repository and navigate to the project directory:
$ git clone [email protected]:condinoaljoseph/aljoseph.co.git
$ cd aljoseph.co
Create a .env.local
file to store environment variables. You can use the provided .env.example
file as a template. Make sure to obtain a Twitter API token, as most of the posts on this website use the static Twitter component.
TWITTER_API_TOKEN=
TWITTER_API_KEY=
MAILCHIMP_API_KEY=
MAILCHIMP_API_SERVER=
MAILCHIMP_AUDIENCE_ID=
npm run dev
# or
yarn dev
Then, open your web browser and go to http://localhost:3000 to see the website.
If you are an open-sourcerer, feel free to fork and clone this repository. You can submit a pull request to contribute to this project. I would be grateful for any contributions.
Thank you for visiting my website!