https://github.com/soixantecircuits/itopi
itopi
https://github.com/soixantecircuits/itopi
Last synced: 3 months ago
JSON representation
itopi
- Host: GitHub
- URL: https://github.com/soixantecircuits/itopi
- Owner: soixantecircuits
- Created: 2022-07-13T10:03:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T19:17:25.000Z (over 2 years ago)
- Last Synced: 2025-01-29T13:44:51.131Z (5 months ago)
- Language: Vue
- Size: 6.49 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Top 1000
[](https://app.netlify.com/sites/top1000-itopi/deploys)
Site url: https://top1000-itopi.netlify.app/
Admin url: https://app.netlify.com/sites/top1000-itopi/overview
## Description
Reference list of interactive installations.
## Setup
Make sure to install the dependencies:
```bash
npm install
```
And netlify CLI```bash
npm install netlify-cli -g
```### Configure
Configure the environment variables by following the .env.example file`cp .env.example .env`
## Development Server
```bash
netlify dev
```