comua / comua.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comua

Comua Club

πŸš€ Quick start

  1. Welcome to Comua Club

    You can do anything at Comua Club. Anything at all. The only limit is yourself. Welcome to Comua Club.

    # clone Comua Club into your workspace
    git clone git@github.com:comua/comua-club.git
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd comua-club/
    yarn develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    You can experiment with querying data at http://localhost:8000/___graphql

🧐 What's inside?

A quick look at the top-level files and directories you'll see in Comua Club.

.
β”œβ”€β”€ node_modules
β”œβ”€β”€ src
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-browser.js
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ gatsby-node.js
β”œβ”€β”€ gatsby-ssr.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
└── README.md

πŸ’« Deploy

Deploy to Netlify

About

License:BSD Zero Clause License


Languages

Language:TypeScript 68.6%Language:SCSS 24.2%Language:JavaScript 7.2%