A restaurant discovery web application that displays favorite restaurants on an interactive map. "On a testé, on a aimé, on partage. Nos restos favoris sur une carte."
Built with Next.js, TypeScript, Mapbox GL, and Contentful CMS.
- Bun
- A Contentful account and space
- A Mapbox account and access token
- Clone the repository and install dependencies:
bun install- Create
.env.localfrom.env.samplein the root directory and fill all the env variables
cp .env.local .env.sample- Run the development server:
bun run dev- Open http://localhost:3000 in your browser.
bun run dev- Start the development serverbun run build- Build the production bundlebun run start- Start the production serverbun run lint- Run ESLint