Skip to content

b10cks/website

Repository files navigation

b10cks Marketing Website

Features

  • Base Framework is Nuxt 4
  • Uses b10cks CMS
  • Provides a basic content structure to get started
  • Includes VueUse for common Vue utilities
  • Includes Tailwind CSS for styling
  • Includes nuxt-schema-org for structured data
  • TypeScript support
  • Configures OxLint and OxFmt with opinionated rules
  • Sensible defaults for Zed editor

Prerequisites

Make sure you've installed the b10cks CLI:

bun install -g b10cks-cli

b10cks Setup

Follow these steps to set up b10cks:

  1. Create a new b10cks account at b10cks.com.
  2. Create a new space in b10cks.
  3. Create a new API token in the space settings
    1. Go to Configuration > Access Tokens and click Generate Token.
    2. Copy the token and put into .env file.
  4. Login via the CLI using b10cks login

Setup

bun install

Provide an SSL-certificate in the root of the project. You can create a self-signed certificate with the following commands:

openssl req -x509 -newkey rsa:4096 -keyout localhost.pem -out localhost.pem -days 365 -nodes

Development Server

Start the development server on https://localhost:3001:

bun run dev-ssl

Production

Build the application for production:

bun run build

Locally preview production build:

bun run preview

License

MIT

About

The marketing website of b10cks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors