nutshell-lab / nutshell-site

Official nutshell website
https://nutshell-lab.com/
3 stars 0 forks source link
agency consulting nutshell technology

The official nutshell website.

## Setup Make sure to install the dependencies: ```bash npm 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 ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.