My website 😀
This repository contains the source code for my website. It's currently very minimal, but I plan on adding more stuff to it. I ported this from standard HTML/CSS/JS mainly as a way to learn how to write Elm, in hopes to advance my knowledge of functional programming.
Since this is my personal website, I don't really expect anyone to want to run it locally, but if you do, these are the steps you'll need to take.
- Elm (https://elm-lang.org/)
- Deno (https://deno.com/)
- Node.js (https://nodejs.org/en) (This is only required until this bug is fixed)
- Clone the repository
git clone https://github.com/armorynode/ArmoryNodeWebsite.git
cd ArmoryNodeWebsite
- Build and run the project
# Use this command to build and run the project
deno task run
# On first run it will ask you to install wrangler (if you don't already have it).
# Just hit enter to continue, this will only need to be done once.
Need to install the following packages:
[email protected]
Ok to proceed? (y)
The website should now be running at http://localhost:8787
Note: If the port is in use, change the port
setting in wrangler.toml
under [dev]
to any other open port.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.