Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepicrft/website
🐣 Personal website powered by Phoenix (pepicrft.me)
https://github.com/pepicrft/website
Last synced: about 1 month ago
JSON representation
🐣 Personal website powered by Phoenix (pepicrft.me)
- Host: GitHub
- URL: https://github.com/pepicrft/website
- Owner: pepicrft
- License: mit
- Created: 2022-08-22T05:43:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T19:06:43.000Z (5 months ago)
- Last Synced: 2024-06-20T08:26:48.523Z (5 months ago)
- Language: Elixir
- Homepage: https://pepicrft.me
- Size: 2.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Website
[![website](https://github.com/pepicrft/website/actions/workflows/website.yml/badge.svg)](https://github.com/pepicrft/website/actions/workflows/website.yml)
This repository contains Pepicrft' website powered by Phoenix.
## Set up
1. Clone the repository: `git clone https://github.com/pepicrft/website.git`.
2. Install dependencies: `mix deps.get`
3. Create and migrate your database with `mix ecto.setup`
4. Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix