Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ietf-tools/editor-site
Website for the IETF DraftForge editor
https://github.com/ietf-tools/editor-site
editor internet-draft publishing review rfc
Last synced: about 2 months ago
JSON representation
Website for the IETF DraftForge editor
- Host: GitHub
- URL: https://github.com/ietf-tools/editor-site
- Owner: ietf-tools
- License: bsd-3-clause
- Created: 2024-03-19T23:36:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T01:38:44.000Z (5 months ago)
- Last Synced: 2024-09-06T08:47:36.006Z (5 months ago)
- Topics: editor, internet-draft, publishing, review, rfc
- Language: Vue
- Homepage: https://draftforge.ietf.org
- Size: 917 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DraftForge Website
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```## Production
Build the application for production:
```bash
# npm
npm run build
```Locally preview production build:
```bash
# npm
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.