Skip to content

gutobenn/fluxusfungus

Repository files navigation

fluxus fungus

Web client of fluxus fungus. The API code is available at gutobenn/fluxusfungus-api.

Development

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Then set each variable on .env.local:

  • NEXT_PUBLIC_STRAPI_API_URL should be set as http://localhost:1337 (no trailing slash).

Now let's run the project. Make sure the local Strapi server (API) is running at http://localhost:1337.

npm install
npm run dev