Install node_module
Now if you are a developer and want to try deploying on the local host:
Run on localhost
Ncmaz-faust is a Faust project (a framework based on Nextjs), so Faustjsarrow-up-right and Nextjsarrow-up-right documentation are needed for you to start customizing the project.
What is needed for you to start running the project locally is that you need to complete the steps in the Gettings Started Setup section above.
System Requirements: Node.js 16.14arrow-up-right or later.
Run npm run dev to start the development server.
npm run dev
Visit http://localhost:3000 to view your application.
http://localhost:3000
Runs next buildarrow-up-right to build the application for production usage.
next build
Runs next startarrow-up-right to start a Next.js production server - http://localhost:3000
next start
Last updated 1 year ago