Skip to content

Freegle/iznik-nuxt

iznik-nuxt

Iznik is a platform for online reuse of unwanted items. This repo is now just used for ModTools.
The new version of the front-end client for www.ilovefreegle.org is here.

The development has been funded by Freegle for use in the UK, but it is an open source platform which can be used or adapted by others. Other contributors very welcome, especially those with design/UX expertise.

It would be very lovely if you sponsored us.

❤️ Sponsor

License

This code is licensed under the GPL v2 (see LICENSE file). If you intend to use it, Freegle would be interested to hear about it; you can mail geeks@ilovefreegle.org.

Development

You'll need npm (>= v5.5.1) and node (>= 8.9.4). Then install all the dependencies:

npm install

Then start the dev server:

npm run dev

This will serve up the site at localhost:3000.

It will watch for changes and do hot module reloading.

Technologies

Briefly:

  • Nuxt, which is Vue (so we get all that nice reactive stuff), with a standard layout and (crucially) a good Server Side Rendering solution.
  • BootstrapVue, which is Bootstrap v4 for Vue/Nuxt.

BrowserStack is supporting Freegle, allowing us to use their service and infrastructure to test the code in this repository. Thank you for supporting the open source community!