Git Product home page Git Product logo

eggsy.xyz

Deploy status Codacy code quality

My personal portfolio website, built with Nuxt.js, Windi CSS, TypeScript and Firebase.

✨ Features

Website features many custom built systems, integrations and pages!

  • ✅ Projects, experiences, skills, GitHub Repositories, favorite songs, contact pages.
  • ✅ Fully static markdown-driven blog with Nuxt Content.
  • ✅ Firebase integration.
  • ✅ Real-time Discord profile data using Lanyard API.
  • ✅ Last.fm API to display top tracks and recently played songs-example.
  • ✅ Written in TypeScript.
  • ✅ Tons of handmade custom components.

🔧 Getting Started

You need to install Node.js and Git to your machine. Node.js comes with its own package manager called npm, you can either use that or you can use pnpm since it's faster and caches downloaded dependencies properly.

  • Clone the repository with git clone https://github.com/eggsy/website
  • Install dependencies with your preffered package manager.
    • With pnpm: pnpm install
    • With NPM: npm install
  • If you are going to use Firebase, you'll need to rename .env.example to .env and fill the config.
    • P.S. You can use the website without the Fireabse integration as it requires a bunch of additional steps on its own. Read the title below for more information.
  • Start the app:
    • For development:
      • With pnpm: pnpm dev
      • With NPM: npm run dev
    • To build and compile:
      • With pnpm: pnpm generate (or pnpm build)
      • With NPM: npm run generate or (npm run build)

If you are wondering about how to host it on free/paid static hosting services like (Netlify, Vercel etc.), you can refer to Nuxt.js docs. My project is hosted on Netlify.

🤔 Don't need Firebase?

If you don't want to take the additional steps installing and configuring a Firebase account just to use the website, follow these steps:

  1. Remove firebase and @nuxtjs/firebase modules via your package manager.
  2. Remove @nuxtjs/firebase from tsconfig.json.
  3. Remove firebase import and the line of @nuxtjs/firebase reference in the array in config/modules.ts file.
  4. Remove @/plugins/Firebase reference from the plugins array in config/plugins.ts (remove the whole object), and delete that file from plugins directory, you don't need it anymore.
  5. Delete config/modules/firebase.ts.
  6. Delete the Daily page: src/pages/daily.vue.
    • Delete existing links and references to this page as it might throw errors when building the app.

💖 Sponsors

Nolvus's Projects

autoversionizer icon autoversionizer

Auto Versionizer is a tool that saves you time when updating the versions of your app(s).

cli-launcher icon cli-launcher

This CLI Bat file, will allow you to start you Minecraft Java Client silently and minimized. Below is a working copy also, just add it in your %appdata%.minecraft folder where your Launcher.jar is and your good to go. Any questions, please

discretize-guides icon discretize-guides

This is the source repository for all https://discretize.eu markdown guides.

gitalk icon gitalk

Gitalk is a modern comment component based on Github Issue and Preact.

gmailapp icon gmailapp

Gmail Desktop is Google Gmail, just ported for your desktop to use, without opening up your browser. This project is not a Google Project, however it is my project an experiment under the MIT License.

guildwars2-text icon guildwars2-text

This is just a quick CSS fun thing to do while I was waiting for the installer to finish installing the game so... I wanted to do something fun.

mikkos.site icon mikkos.site

🧬 Source code of my personal website. Everything is included. Written in NuxtJS, TypeScript and Windi CSS!

new-world-clock icon new-world-clock

Simple clock as a standalone window app that will display time and date while in-game.

new-world-loading-screen icon new-world-loading-screen

This is a loading screen that I was inspired by two places. Amazons New World game itself and Worldforge.

postbird icon postbird

Open source PostgreSQL GUI client for macOS, Linux and Windows

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.