Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/towerism/minecraft-website
A website for a minecraft server.
https://github.com/towerism/minecraft-website
minecraft-server-site minecraft-server-website minecraft-site minecraft-website
Last synced: about 1 month ago
JSON representation
A website for a minecraft server.
- Host: GitHub
- URL: https://github.com/towerism/minecraft-website
- Owner: Towerism
- Created: 2024-05-25T21:23:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T01:50:28.000Z (7 months ago)
- Last Synced: 2024-06-01T02:51:52.846Z (7 months ago)
- Topics: minecraft-server-site, minecraft-server-website, minecraft-site, minecraft-website
- Language: Vue
- Homepage: https://mc.martinfrackerjr.com
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
Look at the [Content documentation](https://content.nuxt.com/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.