A daily architectural guessing game -> https://archiguesser.com/
A game for architects and enthusiasts, inspired by the excellent Framed, Sutom, Wordle and all the other spinoffs.
Each day a architectural project is picked from a curated list and you have 6 pictures to guess which one it is.
All pictures rights go to the rightful owners - no copyright infringement intended.
Fell free to send me suggestions using Github issues or by mail (contact at archiguesser.com)
If you have a project you want to submit, we will need 6 pictures, a project name, architect name and location.
This project is built using Vue.js 3 (composition mode & Typescript)
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue
types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Window
from the command palette.
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Some new scripts are using Deno > 2.0 (scripts/dev
)
This is optional for now