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.
This project uses:
- Next.js bootstrapped from
create-next-app
. - TailwindCSS🍃 for managing our CSS
- MDX to enable us to write JSX in Markdown files - for our stories
- Clone the repo - Check out the docs if needed
- Go into your cloned repo and run the development server:
yarn dev
- Open http://localhost:3000 with your browser to see the result.
- You can start editing!
- Pages in the
/pages/
folder - Components in the
/components/
folder
- Pages in the
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.
You can add stories by adding new Markdown file to the /pages/origins
folder.