Skip to content

fsyud/remix-world

Repository files navigation

Remix blog

See it live: https://www.fsyud.com/

iShot_2024-10-25_21 52 33 iShot_2024-10-25_23 40 24

What's in the stack

Development

Make sure the dependencies are installed

npm run install

Afterwards, start the Remix development server like so:

npm run dev

Open up http://localhost:3000 and you should be ready to go!

Go to localhost:3000/books and you should see a list of posts. You can add more posts by creating a new MDX file in the app/content directory.