sveltejs / realworld

SvelteKit implementation of the RealWorld app
https://realworld.svelte.dev
MIT License
2.24k stars 353 forks source link

Add new article #116

Closed astrassburg closed 2 years ago

astrassburg commented 2 years ago

This pull implements the add new article functionality which apparently was never done.

It also updates the api base path to https://api.realworld.io/api and makes minor changes for changes in Sveltekit.

There are still parts of the app that are broken; this pull only looks to functionalize article creation.

benmccann commented 2 years ago

awesome! thank you for this!!

benmccann commented 2 years ago

I just setup prettier on master so that you won't have to worry about formatting in the future

astrassburg commented 2 years ago

@benmccann Great, thank you for fixing the node dependency and adding prettier. That will make contributions easier.