Giter Site home page Giter Site logo

web3templates / nextly-template Goto Github PK

View Code? Open in Web Editor NEW
650.0 17.0 249.0 423 KB

Nextly Landing Page Template built with Next.js & TailwindCSS

Home Page: http://nextly.web3templates.com/

License: MIT License

JavaScript 99.80% CSS 0.20%
nextly landing free template nextjs tailwindcss marketing uikit

nextly-template's People

Contributors

dependabot[bot] avatar lalit2005 avatar nk-gears avatar strikefvela avatar surjithctly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nextly-template's Issues

typescript template

is there a possibility to create the template in typescript?

my suggestion is to have a new branch

Template is not building

Hello. Unfortunately your example template is not building locally via npn run build, nor with vercel. It's pure cloned example - I didn't changed anything.

local:
image

vercel:

[17:07:46.780] Cloning github.com/kajedot/nextly-template1 (Branch: main, Commit: 3d0d770)
[17:07:47.014] Previous build cache not available
[17:07:47.360] Cloning completed: 579.871ms
[17:07:47.850] Running "vercel build"
[17:07:48.333] Vercel CLI 28.5.6
[17:07:48.634] Installing dependencies...
[17:07:48.992] yarn install v1.22.17
[17:07:49.058] [1/4] Resolving packages...
[17:07:49.200] [2/4] Fetching packages...
[17:07:54.178] [3/4] Linking dependencies...
[17:07:54.179] warning " > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".
[17:07:54.179] warning "@emotion/css > @emotion/babel-plugin > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
[17:07:57.760] [4/4] Building fresh packages...
[17:07:57.775] Done in 8.79s.
[17:07:57.816] Detected Next.js version: 11.1.0
[17:07:57.818] Running "yarn run build"
[17:07:58.081] yarn run v1.22.17
[17:07:58.122] $ next build
[17:07:58.857] info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
[17:07:58.986] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[17:07:58.987] This information is used to shape Next.js' roadmap and prioritize features.
[17:07:58.987] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[17:07:58.987] https://nextjs.org/telemetry
[17:07:58.987]
[17:07:59.048] info - Checking validity of types...
[17:07:59.187] warn - No ESLint configuration detected. Run next lint to begin setup
[17:07:59.188] info - Creating an optimized production build...
[17:07:59.378] Browserslist: caniuse-lite is outdated. Please run:
[17:07:59.378] npx browserslist@latest --update-db
[17:07:59.378]
[17:07:59.379] Why you should do it regularly:
[17:07:59.379] https://github.com/browserslist/browserslist#browsers-data-updating
[17:07:59.551] this[kHandle] = new _Hash(algorithm, xofLen);
[17:07:59.551] ^
[17:07:59.551]
[17:07:59.552] Error: error:0308010C:digital envelope routines::unsupported
[17:07:59.552] at new Hash (node:internal/crypto/hash:71:19)
[17:07:59.552] at Object.createHash (node:crypto:133:10)
[17:07:59.552] at BulkUpdateDecorator.hashFactory (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:138458:18)
[17:07:59.552] at BulkUpdateDecorator.update (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:138359:50)
[17:07:59.552] at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:59115:9
[17:07:59.552] at processTicksAndRejections (node:internal/process/task_queues:82:21)
[17:07:59.552] at runNextTicks (node:internal/process/task_queues:64:3)
[17:07:59.553] at process.processImmediate (node:internal/timers:442:9) {
[17:07:59.553] opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
[17:07:59.553] library: 'digital envelope routines',
[17:07:59.553] reason: 'unsupported',
[17:07:59.553] code: 'ERR_OSSL_EVP_UNSUPPORTED'
[17:07:59.553] }
[17:07:59.553]
[17:07:59.553] Node.js v18.12.1
[17:07:59.571] error Command failed with exit code 1.
[17:07:59.572] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[17:07:59.592] Error: Command "yarn run build" exited with 1

Module not found: Can't resolve 'scheduler'

Hello,

When doing npm run dev after setting up the repo I am getting this error:

error - ./node_modules/react-dom/cjs/react-dom.development.js:27:0
Module not found: Can't resolve 'scheduler'

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
./node_modules/react-dom/index.js
./node_modules/next/dist/client/script.js
./node_modules/next/dist/client/index.js
./node_modules/next/dist/client/next-dev.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.