Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 669 Bytes

File metadata and controls

35 lines (23 loc) · 669 Bytes

Static EKA.NET website

🚀 Quick start

  1. Install dependencies.

    npm install
    
    # make sure you have gatsby and gatsby-cli installed!!!
    npm install gatsby
    npm install gatsby-cli
  2. Restart your terminal.

  3. Start the project.

    gatsby develop
  4. Build project for deployment.

    gatsby build

    By default the website will build to ./public/ directory.

⚙️ Contributing

Your code needs to be formatted with Prettier for the contribution to be accepted, you must also loosely follow coding practices used in the project.