Skip to content

tobyab/conifer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪴 Conifer

Conifer

Check out the website

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!

Forking

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.

🌿 Contributing

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

Found a bug?

If you've found a bug, please create an issue, and then add the bug label to it!

Want to make some improvements?

If you think confier needs something, create an issue, and then add the enhancement label to it!