Git Product home page Git Product logo

form's Introduction

design.byForm v1.0.0

design.byform is the portfolio of Dan Flynn, a freelance designer, developer and creative director, working out of Melbourne, Australia. Built with Craft CMS 3.

Structure

All the front-end assets are in /src and then compiled into the web/assets/ folders.

Install

This assumes you have MAMP Pro and Sequel Pro installed, after you have forked the repo you will need to point the MAMP to this directory, then start yo server. Hopefully this works ๐Ÿคทโ€.

  1. Fork the repository, then cd into the project directory on your local
cd your/project/directory
  1. Once in the directory, pull down your forked repo
git clone --recursive https://github.com/studiolathe/form.git
  1. Duplicate .env.example and rename it to .env, then create a local database that uses setting from:
config/general.php
  1. Install dependencies. (Make sure you have Yarn installed yarn)
yarn install
  1. Start building
yarn run dev

Using Git

  1. After forking, always create a new working branch. (Don't forget this, never work in the master branch)
git checkout -b <branch-name>
  1. Add changes after working on files
git add .
  1. Commit changes to the branch
git commit -m 'Your commit message goes here'
  1. Switch back to master branch
git checkout master
  1. Then push working branch to master
git push origin <branch-name>

form

form's People

Contributors

designodactyl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.