remix-blog-stack

Create your own custom blog with one command. Using MDX and Remix

GPL-3.0 License

Stars
7

Remix blog stack by Lukas Alvarez!

See it live: https://lukasalvarez.com

Learn more about Remix Stacks.

npx create-remix@latest --template lukasalvarezdev/remix-blog-stack

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.