Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.34 KB

File metadata and controls

55 lines (39 loc) · 1.34 KB

adams.land

Netlify Status

Welcome to Adams Land! This site is quickly becoming what I've always wanted this website to become. I hope you enjoy visiting!

Visit: Adams Land

proudly-under-construction-since

Dev

npm install
npm run dev

Astro serves the site locally (usually http://localhost:4321).

npm run build    # writes production output to dist/
npm run preview  # serve the production build locally

For Netlify functions and dashboard env vars locally:

netlify dev

That runs on localhost:8888 and uses the Netlify build/publish settings in netlify.toml.

Toy Box images JSON

When you add image folders for the Toy Box, regenerate public/images.json from the repo root:

python3 img-json.py \
  public/img/tiny-pixels \
  public/img/medium-pixels \
  public/img/animals \
  public/img/collection \
  public/img/plants \
  public/img/stamps \
  public/img/banners-dividers \
  public/img/blinkies

Add any new folders you want included to that command.

Other scripts

npm run osu:poll
npm run osu:grid