https://github.com/raid-guild/origin-stories
This is the place where our raiders gather to tell their stories. We'll learn about their journeys - why they decided to be a raider, any challenges β they've faced or achievements π they have uncovered and more.
https://github.com/raid-guild/origin-stories
mdx nextjs tailwindcss
Last synced: 3 months ago
JSON representation
This is the place where our raiders gather to tell their stories. We'll learn about their journeys - why they decided to be a raider, any challenges β they've faced or achievements π they have uncovered and more.
- Host: GitHub
- URL: https://github.com/raid-guild/origin-stories
- Owner: raid-guild
- Created: 2021-08-29T02:19:35.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-21T19:31:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T11:21:44.580Z (5 months ago)
- Topics: mdx, nextjs, tailwindcss
- Language: MDX
- Homepage: https://origins.raidguild.org/
- Size: 61.8 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **β Raider Origins β**
This is the place where our raiders gather to tell their stories. We'll learn about their journeys - why they decided to be a raider,any challenges β they've faced or achievements π they have uncovered and more.
## Our tools π
This project uses:
- [Next.js](https://nextjs.org/) bootstrapped from [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
- [TailwindCSSπ](https://tailwindcss.com/docs) for managing our CSS
- [MDX](https://mdxjs.com/) to enable us to write JSX in Markdown files - for our stories## Getting Started
1. Clone the repo - Check out the [docs](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository) if needed
2. Go into your cloned repo and run the development server:
```bash
yarn dev
```
3. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
4. You can start editing!
- Pages in the `/pages/` folder
- Components in the `/components/` folder## Important Files
We have some useful files that help us with our tooling.
- `/tailwind.config.js` is where we configure Tailwind, especially with theme values: fonts, colors etc.
- `/next.config.js` is where we configure our Next options but also our MDX options.## Adding stories* (subject to change)
You can add stories by adding new Markdown file to the `/pages/origins` folder.