This repository contains the source code of sucari.tech.
- Git
- Node: any 18.x.x version starting with v18.0.0 or greater
- Yarn: See Yarn website for installation instructions
- A clone of the sucari.tech repo on your local machine
cd sucari.tech
to go into the project rootyarn
to install the website's npm dependencies- Set up environment variables in a
.env
file using.env.example
file as a reference
yarn dev
to start the development server (powered by Gatsby)open http://localhost:8000/
to open the site in your favorite browser
Run linting:
yarn lint
Run linting and automatically fix problems:
yarn lint:fix
Licensed under the MIT license.