Skip to content

RodriBus/ProjectMagi

Repository files navigation

Project Magi

An attempt to transform my resume webpage into a RPG-menu-like resume using react.

You can see the final result here.

Getting Started

Installing

To get a copy of the project clone the repo and then install its dependencies with:

npm install

Get the application up using:

npm run dev

or use this to open it to the network:

npm run devpub

Deployment

To compile the project into ready-to-deploy files use

npm run release

It will create a new dist folder on the project root with all production files.

Contribution

Feel free to send some pull request if you want to contribute 😊

Authors

  • Diego Rodríguez (RodriBus) - Original idea and initial work

License

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

Some copyrights belong to their respective owners. Images and text owned by other copyright holders are used here under the guidelines of the Fair Use and are not intended to generate income.

Acknowledgments

This project was inspired by classic RPGs like Final Fantasy (especially FFVI) and the fact that nowadays front end development looks more like sorcery.