Skip to content

Commit

Permalink
fix: separating frontend and backend codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Mar 23, 2024
1 parent dc02a15 commit 67d56d4
Show file tree
Hide file tree
Showing 147 changed files with 7 additions and 20,414 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierrc.json

This file was deleted.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Check out the live demo at [arcanai.tech](https://arcanai.tech/).

<p align="center">
<a href="https://arcanai.tech">
<img src="public/images/logo/logo-white.svg" height="200">
<img src="public/arcan_logo.svg" height="200">
<h3 align="center"></h3>
</a>
</p>
Expand All @@ -26,15 +26,15 @@ Check out the live demo at [arcanai.tech](https://arcanai.tech/).

## Built With

- [Next.js](https://nextjs.org/) - The web framework used
<!-- - [Next.js](https://nextjs.org/) - The web framework used -->
- [Python](https://www.python.org/) - Backend programming language
- [Rust](https://www.rust-lang.org/) - Smart contract programming language

## Installation

### Prerequisites

- [Next.js](https://nextjs.org/)
<!-- - [Next.js](https://nextjs.org/) -->
- [Python](https://www.python.org/)
- [Rust](https://www.rust-lang.org/)
- Access to a blockchain test network (e.g., Ethereum's or Solana's Testnet)
Expand All @@ -54,7 +54,7 @@ Check out the live demo at [arcanai.tech](https://arcanai.tech/).
conda activate arcan
pip install -r requirements.txt
python setup.py install

<!--
## Building the Next.js App
To clone the repository and create the Next.js app, you can use the following commands:
Expand All @@ -71,7 +71,7 @@ After that, you can run the development server:
# or
make rerun
You can then view your application by opening [http://localhost:3000](http://localhost:3000) with your browser.
You can then view your application by opening [http://localhost:3000](http://localhost:3000) with your browser. -->

## Contributing

Expand All @@ -94,7 +94,7 @@ Interested in Arcan or looking to collaborate? Visit [broomva.tech](https://broo
## License

This project is licensed under the Apache 2.0 License - see the [LICENSE.md](LICENSE.md) file for details.

<!--
## Subscription Model
Arcan operates on a freemium/subscription model. While the open-source code can be deployed in your own environment free of charge, subscription tiers for access to premium features such as enhanced support and additional tools. Visit our [Pricing Page](https://arcanapp.io/pricing) for more details.
Expand All @@ -112,7 +112,7 @@ To deploy Arcan on your own, you can clone & deploy it with one click:
To learn more about the technologies we use, check out:
- [Next.js Documentation](https://nextjs.org/docs)
- [FastAPI Documentation](https://fastapi.tiangolo.com/)
- [FastAPI Documentation](https://fastapi.tiangolo.com/) -->

<!-- ## Attribution
Expand Down
Binary file removed favicon.ico
Binary file not shown.
55 changes: 0 additions & 55 deletions markdown/blogs/blog-example-with-mdx-file.mdx

This file was deleted.

95 changes: 0 additions & 95 deletions markdown/blogs/bootstrap-templates.mdx

This file was deleted.

55 changes: 0 additions & 55 deletions markdown/blogs/contact-form.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions next-env.d.ts

This file was deleted.

34 changes: 0 additions & 34 deletions next.config.js

This file was deleted.

64 changes: 0 additions & 64 deletions package.json

This file was deleted.

6 changes: 0 additions & 6 deletions postcss.config.js

This file was deleted.

Loading

0 comments on commit 67d56d4

Please sign in to comment.