Skip to content

Anadea/anadea_blog

Repository files navigation

Setting up your environment

Dev tools

Install node dependencies

npm install

Docker

docker compose build
docker compose up

No Docker

Install Go on macOS

brew install go

Install Hugo on macOS

brew install hugo

Install Dart Sass on macOS

brew install sass/sass/sass

Check that everything is installed

sass --embedded --version
{
  "protocolVersion": "2.5.0",
  "compilerVersion": "1.72.0",
  "implementationVersion": "1.72.0",
  "implementationName": "dart-sass",
  "id": 0
}
hugo env
hugo v0.123.8-5fed9c591b694f314e5939548e11cc3dcb79a79c+extended darwin/arm64 BuildDate=2024-03-07T13:14:42Z VendorInfo=brew
GOOS="darwin"
GOARCH="arm64"
GOVERSION="go1.22.1"
github.com/sass/libsass="3.6.5"
github.com/webmproject/libwebp="v1.3.2"
github.com/sass/dart-sass/protocol="2.5.0"
github.com/sass/dart-sass/compiler="1.72.0"
github.com/sass/dart-sass/implementation="1.72.0"

Start dev server

npm run dev

Web Server is available at http://localhost:1313/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages