Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobyab/conifer

The (almost) perfect personal website template! 🪴
https://github.com/tobyab/conifer

Last synced: 5 days ago
JSON representation

The (almost) perfect personal website template! 🪴

Awesome Lists containing this project

README

        

# 🪴 Conifer

![Conifer](https://user-images.githubusercontent.com/77097223/203958292-dbea71b7-735a-45d5-ab4f-0c2ddc90214f.png)
> Check out [the website](https://conifer.tobyb.dev)

Conifer is a simple and easy way to build yourself a personal website!

## 🌱 Getting started

Hey there! Welcome to Conifer. Here are some steps to get you on your way.

### Forking

First, navigate to the Conifer GitHub repository and fork it to your own account.

> [Fork it!](https://github.com/developedbytoby/conifer/fork)

![Forking](https://user-images.githubusercontent.com/77097223/203960559-0f9f01fb-a47b-4f0b-baa1-c49e5189b863.png)

### Cloning

Now that you have your own copy of Conifer, you can start making your own local changes!

Make sure you have Git installed on your computer, then clone your forked repository to your local machine.

```
git clone https://github.com/YOUR-USERNAME/conifer
```

### Coding

Wahoo! We're almost ready to start coding. All we need to do now, is to install the dependencies, and spin up the development sever.

First off, open your terminal and navigate to the directory where you cloned your forked repository. Then run the following command:

```
yarn && yarn dev
```

Give it a few seconds, and then you've gto a local development server running at [localhost:3000](http://localhost:3000).

## 🌿 Contributing

Want to help out? That's amazing, thank you!!

### Found a bug?

If you've found a bug, please [create an issue](https://github.com/developedbytoby/conifer/issues/new), and then add the `bug` label to it!

### Want to make some improvements?

If you think confier needs something, [create an issue](https://github.com/developedbytoby/conifer/issues/new), and then add the `enhancement` label to it!