Skip to content

TheSparkApp/frontend

Repository files navigation

This is the open-source repository of Spark's frontend!

Working on the code

To work on the code, simply clone the repository, install all the needed dependencies by running

(with yarn installed)

yarn install

or (without yarn installed)

npm install

This should install all the needed modules, like Next.JS or framer-motion! For the next step, you can either modify the code or just simply run a development server (on http://localhost:3000/) by running one of these simple commands:

(with yarn installed)

yarn dev

or (without yarn installed)

npm dev

Bugs and improvements - Contributing

If you find bugs in the source code or have an idea on how to improve our app, feel free to open an issue on the issues tab! Before opening an issue, please check if this feature has already been requested or the bug has already been reported. If you know how to solve the problem, you can do this by forking the repository, making the changes to your private own repository and then creating a pull request!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages