carbon-app / carbon

:black_heart: Create and share beautiful images of your source code
https://carbon.now.sh
MIT License
34.5k stars 1.91k forks source link

How to configuring development environment? #1386

Closed OnkelTem closed 2 years ago

OnkelTem commented 2 years ago

Hi all!

I need help with configuring Carbon development env. Since I didn't find any docs or gudelines for new contributors I had to search the source code to discover how to get firebase connection working. But I did it finally and now I can log in. But now the Save button doesn't work. When I click it I get an error:

POST http://localhost:6001/api/snippets 404 (Not Found)

Any ideas what's wrong? I run the app as: $ npm run dev

Thanks in advance!

mfix22 commented 2 years ago

Hey @OnkelTem, the snippet API is not currently public. Sorry about the inconvenience here.

OnkelTem commented 2 years ago

Then how do I develop anything?