Once you've created a project and installed dependencies with pnpm install
, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
This repository and https://angryloki.github.io/mreid-resolver/ uses a free API key for Google Knowledge Graph Search API. This key is semi-public, restricted to localhost (5000/5173/5174/4173 ports) and angryloki.github.io. To create a new free key, use Google Cloud console (Create Credentials -> API key) and put your key into .env
file.