MOCHACUP's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Open-Source Layouts Project Looking for Contributors!

Quick links:

Hello! I've started a repository for SpaceHey layouts here and I'm looking for contributors! If you know CSS or SCSS, you can help out!

Below are instructions and images of my layout in development:

image image image

How to Contribute

1. Install

You'll need two things:

2. Fork the Repository

Go to the repository and click the "Fork" button in the top-right corner. This creates your own copy.

3. Clone your Fork

Open VSCode, press Ctrl+Shift+P (or Cmd+Shift+P on Mac), type git clone (URL) with your fork's URL.

4. Editing

Install the Live Server extension to actually see your changes, once you do that make sure you have node installed and do npm install. After that run npm run dev and go to src/Endfield and write your changes to any file there. SASS should compile everything automatically when you do Ctrl+S.

Once you make changes to the scss files just refresh your browser wherever Live Server is rendering your HTML. 

5. Submit your Work

In VSCode's Source Control panel (left sidebar), stage your changes, write a commit message, and click "Commit". Then click "Sync Changes" to push to your fork. Finally, go to GitHub and click "Contribute" → "Open pull request".

ALSO: You do not need to work on the Endfield layout if you don't want to, you can contribute your own layout if you know what you're doing and I'll accept the pull request.

https://github.com/pawtals/Layouts/issues

Above is where you can find issues I wrote to get started with contributing, good luck!


5 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )