/iznik-nuxt

Next version of Freegle Direct - not live yet.

Primary LanguageVueGNU General Public License v2.0GPL-2.0

iznik-nuxt

Iznik is a platform for online reuse of unwanted items. This is the new version of the front-end client for Freegle. The old version 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.

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!