Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitnode/vitnode_dev_blog_plugin
Dev repo for free plugins from VitNode.
https://github.com/vitnode/vitnode_dev_blog_plugin
blog vitnode
Last synced: about 1 month ago
JSON representation
Dev repo for free plugins from VitNode.
- Host: GitHub
- URL: https://github.com/vitnode/vitnode_dev_blog_plugin
- Owner: VitNode
- Created: 2024-09-06T10:18:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T10:52:30.000Z (about 1 month ago)
- Last Synced: 2024-12-12T11:36:49.083Z (about 1 month ago)
- Topics: blog, vitnode
- Language: TypeScript
- Homepage: https://vitnode.com
- Size: 639 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VitNode App
This is a basic template for a [VitNode](https://vitnode.com/) app.
## Getting Started
To get started, run the following commands:
```bash
pnpm i
# or
npm i
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Development
To start the development server, you need to create a `.env` file in the root of the project from `.env.example`.
In the `development` environment, you can just copy and paste the content of `.env.example` to `.env`.
### Development server
To start the development server, run the following command:
```bash
pnpm dev
# or
npm run dev
```