Git Product home page Git Product logo

Comments (30)

ixahmedxi avatar ixahmedxi commented on May 17, 2024 4

I really appreciate you guys' interest in contributing to this project and will definitely allow this to happen. Just give me time to get the landing page and waiting list out so that I can then create a proper CONTRIBUTING.md file explaining everything you need to run this project locally. Just for your own pleasure the project uses:

  • Node v18.15.0
  • Pnpm v8.6.x
  • Volta

If you have all these, you then go into the project, run pnpm install then pnpm build:pkgs and then pnpm dev

note that there is a .env.example file because you need some environment variables to do with the database, authentication...etc that you might need to copy into a .env file and populate that with your unique values.

If you get random prisma errors, do pnpm nx db:generate db

from noodle.

ixahmedxi avatar ixahmedxi commented on May 17, 2024 2

This is a full typescript project

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024 1

If you want to make a pull request... you can follow these steps

  1. Make a new branch i.e. docker-setup and checkout
  2. Make changes and push to the docker-setup branch
  3. Now you can make a pull request from your GitHub ( a button compare & pull request )

@nityam01 I did the pull request. You can add in readme that to execute it you need to run this in root project folder
docker build .
docker images
Copy the image id
docker run -dit -p 3000:3000 image id
After it's done go to localhost:3000

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024 1

Sure, once @ixahmedxi will approve your request, I will add these changes

@nityam01 Okay

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024 1

I didn't use Docker, but I got it to run locally, with npm run dev but all I can access is the landing page

@Johnmiicheal That's because there is only landing page 🤣This is still in development

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

Same issue here!

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

I would appreciate some documentation

from noodle.

nityam01 avatar nityam01 commented on May 17, 2024

Hey, I figured out and was able to set up Noodle locally.
Will make a Pull request.

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

Hey, I figured out and was able to set up Noodle locally. Will make a Pull request.

@nityam01 Me too just check my issue

from noodle.

nityam01 avatar nityam01 commented on May 17, 2024

I made a pull request #163 to include project setup steps

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

#163

@nityam01 I made Dockerfile Now but I don;t know how to commit

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

Update I just did pull request

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

@nityam01

from noodle.

nityam01 avatar nityam01 commented on May 17, 2024

If you want to make a pull request... you can follow these steps

  1. Make a new branch i.e. docker-setup and checkout
  2. Make changes and push to the docker-setup branch
  3. Now you can make a pull request from your GitHub ( a button compare & pull request )

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

Hope you will be adding these changes @nityam01

from noodle.

nityam01 avatar nityam01 commented on May 17, 2024

Sure, once @ixahmedxi will approve your request, I will add these changes

from noodle.

AI-ALALEI avatar AI-ALALEI commented on May 17, 2024

Can I join?

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

Can I join?

@AI-ALALEI Sure

from noodle.

MUK-Dev avatar MUK-Dev commented on May 17, 2024

Hello, I also want to contribute to this project. Can you guys guide me a little?

from noodle.

Johnmiicheal avatar Johnmiicheal commented on May 17, 2024

I didn't use Docker, but I got it to run locally, with npm run dev but all I can access is the landing page

from noodle.

Johnmiicheal avatar Johnmiicheal commented on May 17, 2024

I didn't use Docker, but I got it to run locally, with npm run dev but all I can access is the landing page

@ixahmedxi Please can you point me in the right direction

from noodle.

ntananh avatar ntananh commented on May 17, 2024

When I run pnpm start dev, it throws an error:

> @noodle/[email protected] build /Users/unhomie/workspace/js/noodle/packages/config/vitest
> tsc

index.ts(10,13): error TS2322: Type 'Plugin_2' is not assignable to type 'PluginOption'.
......

Does anyone face with this issue?

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

When I run pnpm start dev, it's throw an error:

> @noodle/[email protected] build /Users/unhomie/workspace/js/noodle/packages/config/vitest
> tsc

index.ts(10,13): error TS2322: Type 'Plugin_2' is not assignable to type 'PluginOption'.
......

Does anyone face with this issue?

@ntananh Please use my Dockerfile along with instructions and no error will be there

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

I really appreciate you guys' interest in contributing to this project and will definitely allow this to happen. Just give me time to get the landing page and waiting list out so that I can then create a proper CONTRIBUTING.md file explaining everything you need to run this project locally. Just for your own pleasure the project uses:

  • Node v18.15.0
  • Pnpm v8.6.x
  • Volta

If you have all these, you then go into the project, run pnpm install then pnpm build:pkgs and then pnpm dev

note that there is a .env.example file because you need some environment variables to do with the database, authentication...etc that you might need to copy into a .env file and populate that with your unique values.

If you get random prisma errors, do pnpm nx db:generate db

Thanks, @ixahmedxi can I know which language do we have to contribute on? I know basic Python and very very basic rust

from noodle.

Johnmiicheal avatar Johnmiicheal commented on May 17, 2024

Thanks @ixahmedxi , can't wait to start contributing to this project✌✨

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

This is a full typescript project

@ixahmedxi Is there any DevOps requirement?

from noodle.

nkilm avatar nkilm commented on May 17, 2024

It would be nice to have the dev environment ready with simple command, we can make use of either docker-compose or custom scripts.

For reference, you can checkout cal.com. Only one command - yarn dx is more than enough to setup dev env. We can try to make something similar.

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

It would be nice to have the dev environment ready with simple command, we can make use of either docker-compose or custom scripts.

For reference, you can checkout cal.com. Only one command - yarn dx is more than enough to setup dev env. We can try to make something similar.

@nkilm I already made dockerfile. You can now do one line setup on environment

from noodle.

nkilm avatar nkilm commented on May 17, 2024

@Devesh-N Yes

from noodle.

Devesh-N avatar Devesh-N commented on May 17, 2024

@Devesh-N Yes

@nkilm Did it work? I think it should be there in the PR section

from noodle.

Related Issues (20)

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.