The AskMe Search web site implemented as a Next.js site.
This version depends on version 0.2.0 of the AskMe API in https://github.com/lapps-askme/askme-light.
This is known to work with NPM version 10.1.0 and Node.js version 20.8.1.
To create and start the site do the following:
- Create
.env.local
file in the root directory and add a route to the API (see.env.local.example
for an example environment variables file). - Run
$ npm install
to install packages. - Run
$ npm run build
to build. - Run
$ npm run start
to run (use$npm run dev
for development mode).