You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
public | 3 years ago | |
src | 3 years ago | |
.dockerignore | 3 years ago | |
.editorconfig | 3 years ago | |
.eslintrc.json | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 3 years ago | |
LICENSE | ||
README.md | 3 years ago | |
jsconfig.json | 3 years ago | |
next.config.js | 3 years ago | |
package.json | 3 years ago | |
pnpm-lock.yaml | 3 years ago | |
postcss.config.js | 3 years ago | |
tailwind.config.js | 3 years ago |
README.md
Getting Started
Install NPM packages, this project uses pnpm (and so should you!):
pnpm install
Start the development server:
pnpm dev
Open http://localhost:3000 to start.
Configuration
Configuration is done in the /config directory using .yaml files. Refer to each config for the specific configuration options.