Install node_module

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 Faustjs and Nextjs 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.

  1. System Requirements: Node.js 16.14 or later.

  2. Run npm run dev to start the development server.

  3. Visit http://localhost:3000 to view your application.

  4. Runs next build to build the application for production usage.

  5. Runs next start to start a Next.js production server - http://localhost:3000

Last updated