The main application for Fished.io is built using Redwood.js. Since it doesn't support server-side rendering, this serves as a seperate marketing site that is SEO friendly.
# install dependencies
yarn install
# Run local development server with hmr
yarn dev
# Build the app for production
yarn build
.
├── public # Static files
│ └── assets
│ └── images # Images not needed by Webpack
└── src
├── _data # Eleventy data folder
├── _includes
│ └── layouts # HTML layout files
├── assets # Assets folder processed by Webpack
│ ├── images
│ │ └── posts # Blog images
│ └── styles # Blog CSS files
└── posts # Blog posts