/dotdev

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/

Primary LanguageJavaScriptMIT LicenseMIT

dotdev

Next.js SPA professional website template for teams and individuals: https://c-hive.github.io/dotdev/

Status and support

  • ✔ stable
  • ✔ supported
  • ✖ no ongoing development

CI

Usage

Configuration

Refer to the example file for the available options. Store them in the CONFIG environment variable.

Deploy to GitHub Pages

  • Fork me
  • Store a deployment key in the DEPLOY_KEY secret
  • Edit config/config.yml
  • Run npm run print-config
  • Store the output in the CONFIG secret

Deploy elsewhere

  • Fork me
  • Set up custom deployment workflow (e.g. Heroku, Vercel, Netlify)
  • Edit config/config.yml
  • Run npm run print-config
  • Store the output in the CONFIG environment variable

Local development

npm install
cp config/config.example.yml config/config.yml
npm run lint
npm run dev

Conventions

This project follows C-Hive guides for code style, way of working and other development concerns.

License

The project is available as open source under the terms of the MIT License.


For Issues and PRs older than 2019.11.16 refer to: https://gitlab.com/c-hive/c-hive.dev and #35 (comment)