Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
/ open-call Public archive

Website for the open call for projects for #osoc20

License

Notifications You must be signed in to change notification settings

opensummerofcode/open-call

Repository files navigation

Open call for projects site

Get started

This project uses the Yarn package manager.

Install the dependencies...

cd open-call
yarn

...then start Rollup:

yarn run dev

Navigate to localhost:5000. You should see your site running.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

Building and running in production mode

To create an optimised version of the site:

yarn run build

You can run the newly built site with yarn start. This uses sirv, which is included in our package.json's dependencies so that the site will work when you deploying to platforms like Heroku.

Single-page app mode

By default, sirv will only respond to requests that match files in public. This is to maximise compatibility with static fileservers, allowing us to deploy the site anywhere.

About

Website for the open call for projects for #osoc20

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published