Skip to content

alvinscheibe/blog

Repository files navigation

Alvin Scheibe - Personal blog

Browse programming tutorials and articles.

View Example · Report Bug · Request Feature

Table of content
  1. About the project
  2. Getting started
  3. Contributing
  4. License

About The Project

Sreenshot of alvinscheibe.com

Built with

(back to top)

Getting Started

Setup project locally for development.

Prerequisites

Hygraph project set up

  • Create or sign in to your Hygraph account.
  • Click the button below to clone the Hygraph project.

Clone project

Blog set up

  • npm
    npm install npm@latest -g
  • Create .env.local file at the root level of the project and copy env variables from .env.example file. You need to populate at least this variable for development purposes.
    NEXT_PUBLIC_API_ENVIRONMENT_GRAPHQL=

Installation

  1. Fork the repo
  2. Clone the repo
    git clone https://github.com/[YOUR_USERNAME]/[YOUR_FORKED_PROJECT_NAME].git
  3. Install the dependencies
    yarn
  4. Start the development server
    yarn dev
  5. Your project will be running at http://localhost:3000

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn and create. Any contribution you make will be highly appreciated.

Feel free to fork the repository or create a pull request. And don't forget to give the project a star! 😉

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -m 'Add some new feature')
  4. Push to the branch (git push origin feature/new-feature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

My personal website. Build with Next.js, Tailwind, GraphQL and TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published