Skip to content

This is my new portfolio site. I am implementing features as I learn

License

Notifications You must be signed in to change notification settings

Caixetadev/magical-world

Repository files navigation

Welcome to My Magical World👋

My Potions Room

Version License: MIT

This is my updated portfolio site. It is meant to reflect more of me



🏗️ Running Locally

  1. Clone the repository
git clone https://github.com/Psypher1/magical-world.git
  1. Change the working directory
cd magical-world
  1. Install dependencies
npm install # or, yarn install
  1. Run the app
npm run dev # or, yarn dev

That's All!!! Now open localhost:3000 to see the app.


🚧 Built With

Overview

  • components/* - Contains all components related to pages (blog, projects, about, etc).

    • shared/* - All reusable components like header, footer etc.
    • layouts/* - The different page layouts.
    • theme/* - Manage theme of site.
  • data/* - Data that used for blog posts, projects etc.

  • utils/* - Collection of helpful utilities or code for external services like devto api.

  • pages/api/* - API routes.

  • pages/blog/* - Static pre-rendered blog pages using MDX.

  • pages/* - All other static pages.

  • public/* - Static assets including audios, fonts and images.

🛡️ License

This project is licensed under the MIT License - see the LICENSE file for details.


Author

👤 James


Show your support

Give a ⭐️ if this project helped you!

About

This is my new portfolio site. I am implementing features as I learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published