Skip to content

SucariTech/sucari.tech

Repository files navigation

sucari.tech

This repository contains the source code of sucari.tech.

Getting started

Prerequisites

  1. Git
  2. Node: any 18.x.x version starting with v18.0.0 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A clone of the sucari.tech repo on your local machine

Installation

  1. cd sucari.tech to go into the project root
  2. yarn to install the website's npm dependencies
  3. Set up environment variables in a .env file using .env.example file as a reference

Running locally

  1. yarn dev to start the development server (powered by Gatsby)
  2. open http://localhost:8000/ to open the site in your favorite browser

Lint

Run linting:

yarn lint

Run linting and automatically fix problems:

yarn lint:fix

License

Licensed under the MIT license.