https://github.com/3ventic/reimagined-potato
https://github.com/3ventic/reimagined-potato
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3ventic/reimagined-potato
- Owner: 3ventic
- License: bsd-3-clause
- Created: 2022-06-05T20:34:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T09:22:16.000Z (over 3 years ago)
- Last Synced: 2025-06-09T07:56:01.484Z (about 1 year ago)
- Language: Svelte
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reimagined-potato
A mastery points tracker and/or planner for [Warframe](https://3v.fi/s/wf).
## Developing
Run `npm install` and `npm run dev -- --port= --open`
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.