Skip to content

Commit

Permalink
Merge pull request #29 from thegreenhouseproject/nextjs
Browse files Browse the repository at this point in the history
add next.js
  • Loading branch information
aramshiva authored Jan 28, 2025
2 parents 2cef4c7 + 4ef9490 commit 903c40d
Show file tree
Hide file tree
Showing 101 changed files with 310 additions and 1,838 deletions.
48 changes: 0 additions & 48 deletions .dockerignore

This file was deleted.

3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
}
9 changes: 0 additions & 9 deletions .gitattributes

This file was deleted.

12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/ci.yml

This file was deleted.

71 changes: 36 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# Temporary files generated by your text editor or operating system
# belong in git's global ignore instead:
# `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`

# Ignore bundler config.
/.bundle

# Ignore all environment files (except templates).
/.env*
!/.env*.erb

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep

# Ignore storage (uploaded files in development and any SQLite databases).
/storage/*
!/storage/.keep
/tmp/storage/*
!/tmp/storage/
!/tmp/storage/.keep

/public/assets

# Ignore master key for decrypting credentials and more.
/config/master.key
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
8 changes: 0 additions & 8 deletions .rubocop.yml

This file was deleted.

1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

69 changes: 0 additions & 69 deletions Dockerfile

This file was deleted.

60 changes: 0 additions & 60 deletions Gemfile

This file was deleted.

Loading

0 comments on commit 903c40d

Please sign in to comment.