Personal website inspired by the user interface design of NieR:Automata™ where the portfolio subject (me) is introduced as the 7V android. The project simulates an android operating system, allowing users to explore portfolio content as if interacting with a machine interface. It also features an android-style dialect, so if something isn’t immediately clear, you can always try hovering over things to reveal tips in more familiar language.
Ensure you have Node.js and npm (or any other package manager) installed on your machine.
- Clone and enter the repository
git clone git@github.com:ImVictorM/MeAndroid-7V.git && cd MeAndroid-7V
- Install the dependencies
npm install
- Run the application with one of these commands:
-
For development
npm run dev
-
For production
npm run build && npm run preview
Distributed under the MIT License. See LICENSE
for more information.