celikkoseoglu / unver-legal-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation Warning

This project is deprecated since 27.09.2021. Please refer to https://github.com/celikkoseoglu/unver-legal-website-nextjs to see the latest version.


UnverLegal

unverlegal.web.app - website

Unverlegal Website unverlegal.web.app is a fork of celikk.me. Hosted on Firebase.

🛠 Development Setup

  1. Install dependencies

    npm install
  2. Start the development server

    npm start

🚀 Deployment

I use Firebase for hosting, but this project is platform agnostic. Feel free to use other hosting platforms.

  1. Generate a full static production build

    npm run-script build
  2. Install Firebase

    npm install -g firebase-tools
  3. Login with Firebase

    firebase login
  4. Link with Firebase Project

    firebase use --add
  5. Deploy using Firebase

    firebase deploy

❓ If you don't understand how a certain part works;

Watch how I implemented it for celikk.me. See readme here.

🚨 Forking this repo and copying code

See readme file here.

About


Languages

Language:JavaScript 69.8%Language:Sass 29.3%Language:HTML 0.8%Language:Shell 0.1%