Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 883 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 883 Bytes

Kagescan-Nuxt (beta)

Rewrite of kagescan.fr, using Nuxt.js v3

Disclaimer : this project is not open source (yet)

Although the source code is publicly readable, this does not mean that it is in the public domain. You are not allowed to deploy it on your own server, nor to modify and redistribute it.

An open-source release (Apache 2.0) is planned depending on : 1. The progress of the project (maybe once we're past the beta stage) ; 2. The interest of users to reuse this code. So if you see a potential for personal / professional use in this project, don't hesitate to let me know !

Installation

  1. Installing dependencies : npm install
  2. Running the development server : npm run dev and go to localhost:3000
  3. Building the project : npm run build (npm run preview to preview the production build locally)
  4. Lint : npm run lint