Skip to content

Meren78/website

 
 

Repository files navigation

345dev.me

CodeFactor

My personal portfolio and blog made with Nuxt.js, Vue.js, WindiCSS.

What it have?

  • Custom and re-usable components
  • 90% of styling is made with WindiCSS
  • Realtime Discord and Spotify status
  • Seperate project and repo page

Blog

  • Comments with Disqus
  • Write posts with Markdown

Getting Started

Requirements

  • Nodejs 12.17.1 or higher version.
  • Yarn package manager (It not need but I prefer this.)

Compiling Source Code

First

  1. Download code and unzip folder
  2. Open terminal or CMD (Windows) on project folder.

Second

Install packages with your preffered package manager

Write these command CMD or Terminal

  • With Yarn: yarn
  • With NPM: npm install

Third

For running app on development server

Write these command CMD or Terminal

  • With Yarn: yarn dev
  • With NPM: npm run dev

For build and compile:

  • With Yarn: yarn generate (or yarn build)
  • With NPM: npm run generate or (npm run build)

and open localhost:3000 on your browser and your app is ready.

If you are want host on paid or free services. I recommend Vercel or Netlify. My app is hosted by Vercel.

To-do

  • Add share options to blog posts (WIP)
  • Add works
  • Custom error pages

Special Thanks

to Eggsy, Ven and Tarık Coşkun. I'm very inspired by them, and i used some of their code.

About

My personal website

Resources

License

Stars

Watchers

Forks

Languages

  • Vue 90.8%
  • JavaScript 5.0%
  • SCSS 4.2%