Skip to content

Agma-Schwa/nguh.org

Repository files navigation

Running the server

npm install
npm run dev -- --open

Hunger Games Simulator

If you came here looking for the Hunger Games Simulator, it’s here:

Creating a page

To create the page /foo/bar/baz, create the directories in the src/routes directory, in this case, create /src/routes/foo/bar/baz, and then create a +page.svelte file in that directory, containing

<script>
  import Page from '$lib/components/Page.svelte';
</script>

<Page name="Page Name Goes Here" />

<!-- Page Content Goes Here -->

About

The source code of nguh.org, including the Hunger Games Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published