mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-23 00:29:16 +03:00
https://noogle.dev - nix function exploring.
components | ||
pages | ||
public | ||
styles | ||
types | ||
.envrc | ||
.eslintrc.json | ||
.gitignore | ||
createEmotionCache.ts | ||
flake.lock | ||
flake.nix | ||
next.config.js | ||
nix_systems | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Static page with nextjs example
- Generates a static page
- Includes custom Image loader for static page generation
Build
! The build step is completly independent of develop step and can be run right after checkout
nix build .#
This should create to following result:
- static/
- index.html
- favicon.ico
- 404.html
- vercel-svg
- _next/
- static/...
- ...
Develop
nix develop
This command creates the node_modules folder with all needed dependencies