Check out the website
Conifer is a simple and easy way to build yourself a personal website!
Hey there! Welcome to Conifer. Here are some steps to get you on your way.
First, navigate to the Conifer GitHub repository and fork it to your own account.
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
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.
Want to help out? That's amazing, thank you!!
If you've found a bug, please create an issue, and then add the bug
label to it!
If you think confier needs something, create an issue, and then add the enhancement
label to it!