https://github.com/antares-sql/antares-website
Antares website.
https://github.com/antares-sql/antares-website
nuxt tailwindcss
Last synced: about 2 months ago
JSON representation
Antares website.
- Host: GitHub
- URL: https://github.com/antares-sql/antares-website
- Owner: antares-sql
- Created: 2022-04-05T08:35:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T09:45:28.000Z (about 1 year ago)
- Last Synced: 2025-02-24T03:18:52.118Z (11 months ago)
- Topics: nuxt, tailwindcss
- Language: Vue
- Homepage: http://antares-sql.app
- Size: 5.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Antares website
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.