Skip to content
/ com Public

💻 My personal website made with Remix, React, and Tailwind CSS! Hosted on Cloudflare Pages.

License

Notifications You must be signed in to change notification settings

aelew/com

Repository files navigation

💻 aelew.com

My personal website made with Remix and Tailwind CSS. Hosted on Cloudflare Pages.

Development

You will be running two processes during development:

  • The Miniflare server (a local environment for Cloudflare Workers)
  • The Remix development server

Instructions

Clone the project

git clone https://github.com/aelew/com.git

Go to the project directory

cd com

Install dependencies

pnpm i

Start the local development server on

pnpm dev

Open up http://127.0.0.1:8787 and you should be ready to go!

License

MIT