Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamgoose/sudoku
https://github.com/adamgoose/sudoku
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamgoose/sudoku
- Owner: adamgoose
- Created: 2022-07-01T22:08:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T17:29:21.000Z (over 2 years ago)
- Last Synced: 2023-08-03T00:56:36.777Z (over 1 year ago)
- Language: TypeScript
- Homepage: sudoku-weld.vercel.app
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## 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://v3.nuxtjs.org/guide/deploy/presets) for more information.