Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logantann/kagescan-nuxt
Attempt to rewrite (for the 3rd time) kagescan.fr in a monolithic nuxt.js app
https://github.com/logantann/kagescan-nuxt
Last synced: 24 days ago
JSON representation
Attempt to rewrite (for the 3rd time) kagescan.fr in a monolithic nuxt.js app
- Host: GitHub
- URL: https://github.com/logantann/kagescan-nuxt
- Owner: LoganTann
- License: other
- Created: 2022-07-15T23:28:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T17:54:42.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:20:16.597Z (8 months ago)
- Language: Vue
- Homepage: https://uat.kagescan.fr
- Size: 7.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](http://localhost:3000)
3. Building the project : `npm run build` (`npm run preview` to preview the production build locally)
4. Lint : `npm run lint`