Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 293 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 293 Bytes

Nook Exchange

The frontend source for https://nook.exchange, an Animal Crossing catalog site.

Run

# Install dependencies
yarn
# Build ReScript
yarn start
# Webpack dev server
yarn client

Build

# Build ReScript
yarn build
# Build Webpack
yarn webpack-build